| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix non-const atof parameter on NEWS-OS 4.2R | ian | 1994-12-14 | 1 | -2/+2 |
* | Fixes for NextStep 3.2. Remove ``__const__'' from sin and cos | kenner | 1994-11-15 | 1 | -0/+72 |
* | Make argument type const for popen and tempnam in stdio.h and for | kenner | 1994-11-10 | 1 | -1/+5 |
* | Fix X11/Intrinsic.h on RISCiX; add files to REQUIRED as needed | ian | 1994-10-14 | 1 | -2/+362 |
* | Comment out loop which handled symbolic links to files | ian | 1994-09-28 | 1 | -14/+17 |
* | Tweaks for LynxOS 2.2.2 | ian | 1994-09-22 | 1 | -1/+19 |
* | Don't remove empty directories until after removing DONE files | ian | 1994-09-21 | 1 | -7/+7 |
* | Handle a symlink to root/* from a subdirectory of a symlink to root/* | ian | 1994-09-20 | 1 | -2/+5 |
* | Canonicalize ${INPUT} to avoid automounter problems. | ian | 1994-08-19 | 1 | -3/+6 |
* | Various changes to avoid clobbering glibc header files | ian | 1994-08-03 | 1 | -17/+28 |
* | Rework required loop to avoid crash on decstation | ian | 1994-07-19 | 1 | -4/+5 |
* | Wrap <time.h> and <sys/time.h> to avoid multiple inclusion errors. | ian | 1994-06-30 | 1 | -0/+18 |
* | Fix sbrk return type in <unistd.h> on Alpha OSF/1 V2.0. | ian | 1994-06-23 | 1 | -5/+23 |
* | include stdio.h and stdlib.h into assert.h as necessary | merrill | 1994-06-18 | 1 | -0/+31 |
* | Correct math.h handling on Lynx again. | ian | 1994-06-17 | 1 | -1/+1 |
* | Correct argument type for ffs in string.h on Alpha OSF/1 V2.0 | ian | 1994-06-16 | 1 | -0/+2 |
* | Wrap assert.h in extern "C" { } | ian | 1994-06-14 | 1 | -0/+30 |
* | Protect bool in curses.h | ian | 1994-05-26 | 1 | -0/+27 |
* | Don't pass $(srcdir) to fixincludes scripts; don't explicitly copy files | ian | 1994-05-26 | 1 | -27/+0 |
* | Make OSF/1 getopt.h fix work on AIX also | ian | 1994-05-19 | 1 | -2/+2 |
* | Add forward declaration of struct exception to | merrill | 1994-05-18 | 1 | -0/+22 |
* | Various Lynx-related fixups. To math.h, string.h and curses.h. | bill | 1994-05-12 | 1 | -0/+51 |
* | Don't recursively search symlinks to `.'. | ian | 1994-05-11 | 1 | -2/+5 |
* | * fixincludes: Fix ptrdiff_t and wchar_t in system headers like we | merrill | 1994-04-04 | 1 | -4/+19 |
* | Modify comment referring to gvarargs.h. | wilson | 1994-04-01 | 1 | -1/+1 |
* | Insert newlines for sed 'a' and 'i' commands. | ian | 1994-03-14 | 1 | -33/+66 |
* | * fixincludes: Fix including of machine/r3_cpu.h and machine/r4_cpu.h | dje | 1994-02-26 | 1 | -3/+8 |
* | Put double underscores around M32, m88k, pdp11, tower[_0-9]*, u370, u3b[0-9]* | ian | 1994-02-22 | 1 | -0/+6 |
* | Permit upper case characters in typedef of size_t in <sys/types.h>. | ian | 1994-02-19 | 1 | -2/+2 |
* | Fix uses of new in Xm/Traversal.h. | ian | 1994-02-16 | 1 | -2/+3 |
* | Use __SIZE_TYPE__ for size_t type, rather than running gcc to get it. | ian | 1994-02-15 | 1 | -12/+6 |
* | Clean up some X11 header files for C++; problems found on RS/6000. | ian | 1994-02-13 | 1 | -0/+80 |
* | When edit size_t typedef, modify sed pattern to | wilson | 1994-02-09 | 1 | -4/+5 |
* | Do not fix <syndev/ipi_error.h> to avoid problems with SunOS sed | ian | 1993-12-28 | 1 | -0/+10 |
* | Merge in changes from fixinc.mips. Fix identifiers | wilson | 1993-12-23 | 1 | -2/+22 |
* | (rpc/auth.h, rpc/xdr.h): Declare structures before using them in | kenner | 1993-12-22 | 1 | -0/+60 |
* | Do not preserve _HIDDEN_VA_LIST in <stdio.h> | ian | 1993-12-16 | 1 | -2/+0 |
* | (stdio.h): Fix typos (missing quote) in previous change. | kenner | 1993-12-03 | 1 | -2/+2 |
* | Preserve _HIDDEN_VA_LIST when changing VA_LIST to DUMMY_VA_LIST. | kenner | 1993-12-02 | 1 | -0/+3 |
* | (math.h): When deleting inline sqrt and abs, | rms | 1993-11-21 | 1 | -4/+4 |
* | When compute DOTS, convert /./ to / to avoid | rms | 1993-11-19 | 1 | -2/+2 |
* | (math.h): Add missing quoting of `*' when fixing prototype of `sqr'. | kenner | 1993-11-18 | 1 | -2/+2 |
* | Copy files needed for other files at the very end. | rms | 1993-11-11 | 1 | -27/+29 |
* | (math.h): Delete inline definitions for sqr. | rms | 1993-11-10 | 1 | -0/+2 |
* | (loop on $required): When a file is copied | rms | 1993-11-09 | 1 | -14/+23 |
* | Don't fix /**/ in X11 files; unnecessary | ian | 1993-11-02 | 1 | -2/+1 |
* | (sys/stat.h) Fix fchmod prototype, first arg is int, not char * [AIX 3.2.4]. | rms | 1993-11-02 | 1 | -30/+89 |
* | Unquote 'f' in #define _IO. Fix elf.h like | rms | 1993-11-02 | 1 | -10/+11 |
* | Don't remove /**/ from X11/xmd.h. | ian | 1993-11-01 | 1 | -2/+1 |
* | (bsd/sys/wait.h): Undo previous change. | rms | 1993-10-27 | 1 | -21/+4 |