about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Wed Jan 31 20:08:26 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960202 cvs/libc-960201Roland McGrath1996-02-011-0/+5
* (_hurd_intr_rpc_mach_msg): Clear SS->intr_port when cancelled before RPC.Roland McGrath1996-02-011-0/+2
* Add support for A/UXIan1996-01-311-1/+7
* Recognize A/UXIan1996-01-311-1/+4
* Tue Jan 30 13:32:05 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960131Roland McGrath1996-01-319-53/+134
* Mon Jan 29 21:53:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960130Roland McGrath1996-01-302-2/+38
* (+cflags): Append to this instead of CFLAGS.Roland McGrath1996-01-301-1/+1
* (__select): Recalculate GOT to include an increment for each operation allow...Miles Bader1996-01-291-1/+11
* Set $inhibit_glue.Roland McGrath1996-01-2911-35/+70
* Sun Jan 28 19:42:04 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Roland McGrath1996-01-292-2/+10
* Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Roland McGrath1996-01-298-100/+104
* Sun Jan 28 17:25:38 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960129Roland McGrath1996-01-286-11/+31
* Fri Jan 26 12:20:45 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960128 cvs/libc-960127Roland McGrath1996-01-272-7/+6
* Thu Jan 25 18:58:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960126Roland McGrath1996-01-262-1/+11
* * malloc/mcheck.c (mabort): Declare prototype. cvs/libc-960125Roland McGrath1996-01-251-0/+2
* * sysdeps/unix/sysv/linux/fcntlbits.h: Moved from linux/i386.Roland McGrath1996-01-244-5/+43
* * stdio-common/vfscanf.c: Disallow l flag after ll or L. cvs/libc-960124Roland McGrath1996-01-242-1/+3
* * stdio-common/Makefile (tests): Add scanf[1-9]. Roland McGrath1996-01-2411-1/+201
* Wed Jan 24 04:18:36 1996 Paul Eggert <eggert@twinsun.com>Roland McGrath1996-01-249-139/+293
* (fts_open): Use prototypes for COMPAR decl.Roland McGrath1996-01-241-8/+8
* (bind): Ensure NAME for the AF_LOCAL case is '\0'-terminated.Miles Bader1996-01-241-2/+5
* (dl_main): Support additional args in --list mode for debugging: look them up...Roland McGrath1996-01-243-4/+30
* Mon Jan 22 10:40:40 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960123Roland McGrath1996-01-2317-56/+107
* * misc/Makefile (headers): Rename queue.h to sys/queue.h. cvs/libc-960122Roland McGrath1996-01-225-2/+10
* Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960121Roland McGrath1996-01-2113-131/+93
* * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not cvs/libc-960120Roland McGrath1996-01-208-17/+42
* Fri Jan 19 13:28:59 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-197-12/+19
* * io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod. cvs/libc-960119Roland McGrath1996-01-195-10/+42
* Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-19203-3876/+454
* Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-960118Roland McGrath1996-01-184-5/+122
* * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,Roland McGrath1996-01-183-5/+24
* Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-1830-429/+282
* (_STAT_VER, _MKNOD_VER): New macros. (__xstat, __fxstat, __lxstat, __xmknod):...Roland McGrath1996-01-181-0/+61
* Recognize go32* as an os.Doug Evans1996-01-171-1/+1
* Default OS to nextstep if machine vendor is Next. -ns2 is an alias for -nexts...Richard M. Stallman1996-01-171-0/+6
* (union ieee854_long_double.ieee_nan): Add missing ; in little-endian case.Roland McGrath1996-01-172-7/+7
* * elf/dynamic-link.h [ELF_MACHINE_NO_REL] (ELF_DYNAMIC_DO_REL):Roland McGrath1996-01-172-1/+4
* Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Roland McGrath1996-01-1711-21/+292
* Wed Jan 17 11:04:58 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-174-8/+16
* * sysdeps/unix/seekdir.c: Don't modify POS before seeking. cvs/libc-960117Roland McGrath1996-01-173-4/+7
* Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmu...Roland McGrath1996-01-173-3/+9
* * sysdeps/m68k/Makefile (crypt): Don't define if building a sharedRoland McGrath1996-01-172-3/+9
* * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).Roland McGrath1996-01-173-4/+28
* * gmon/Makefile (CFLAGS-mcount.c): New variable.Roland McGrath1996-01-173-3/+18
* * misc/efgcvt_r.c (ecvt_r): Handle negative values.Roland McGrath1996-01-1730-70/+409
* Tue Jan 16 17:37:39 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1996-01-172-25/+51
* Sun Jan 14 01:01:10 1996 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>Roland McGrath1996-01-174-3/+26
* [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI. (initfini): Compile i...Roland McGrath1996-01-161-3/+5
* (sco5): New case. cvs/libc-960116Richard Kenner1996-01-161-1/+5
* . cvs/libc-960115 cvs/libc-960114Roland McGrath1996-01-141-0/+1