Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-20 | Rename the make.h file to makeint.h for internal use only. | Paul Smith | 1 | -1/+1 | |
2012-03-05 | Simplify copyrights using ranges of years. | Paul Smith | 1 | -3/+1 | |
The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification. | |||||
2012-03-04 | Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. | Paul Smith | 1 | -3/+3 | |
Fixes Savannah bug #34530. | |||||
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -3/+3 | |
2010-07-13 | Update copyrights for 2010. | Paul Smith | 1 | -1/+1 | |
2009-10-25 | Update copyright years. | Paul Smith | 1 | -2/+2 | |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -12/+10 | |
* Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer) | |||||
2006-04-09 | Another round of cleanups: | Paul Smith | 1 | -1/+1 | |
- Add more warnings. - Rename variables that mask out-scope vars with the same name. - Remove all casts of return values from xmalloc, xrealloc, and alloca. - Remove casts of the first argument to xrealloc. - Convert all bcopy/bzero/bcmp invocations to use memcp/memmove/memset/memcmp. | |||||
2006-02-11 | Last of the copyright updates. | Paul Smith | 1 | -2/+3 | |
2006-02-11 | More copyright/license updates. | Paul Smith | 1 | -17/+16 | |
2004-05-16 | Various enhancements | Paul Smith | 1 | -1/+1 | |
- OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules. | |||||
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -6/+2 | |
enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem. | |||||
2002-05-10 | Fix Debian bug #144306: pass target-specific variables into the environment | Paul Smith | 1 | -69/+22 | |
properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example. | |||||
2002-04-22 | Updates and fixes for CVS builds. | Paul Smith | 1 | -0/+2 | |
Created a README.cvs describing the procedure. | |||||
1999-07-20 | * Fix memory leaks, fd leaks, and some long-standing bugs recognizing when | Paul Smith | 1 | -1/+1 | |
targets need to have their modtimes rechecked (-n, etc.) | |||||
1998-10-03 | Checkpoint changes. Bug fixes, mostly. | Paul Smith | 1 | -1/+1 | |
1998-09-27 | Treat __GNU__ line NeXT: undefine BSD and FSCALE. | Richard M. Stallman | 1 | -2/+8 | |
1998-07-30 | GNU make release 3.77. | Paul Smith | 1 | -6/+8 | |
1997-07-22 | Test `__unix' along with `unix'. | Richard M. Stallman | 1 | -1/+1 | |
1997-07-15 | Add comment describing HAVE_PSTAT_GETDYNAMIC. | Jim Meyering | 1 | -0/+8 | |
1997-07-06 | [OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h. | Richard M. Stallman | 1 | -0/+3 | |
1997-07-04 | [__GNU__]: Test for not NeXT. | Richard M. Stallman | 1 | -2/+4 | |
1997-04-07 | Last-minute changed for 3.75.1 | Paul Smith | 1 | -2/+2 | |
1997-04-07 | Changes for make 3.75.1 | Paul Smith | 1 | -4/+4 | |
1997-02-23 | [__GNU__] (NeXT, host_self): | Miles Bader | 1 | -1/+7 | |
New macros, to make hurd systems use the NeXT code for getting load averages. | |||||
1997-01-16 | [hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic so | Jim Meyering | 1 | -379/+409 | |
we don't need any special privileges to determine load averages. Patch from Kaveh Ghazi, based on a sample implementation from Richard J. Rauenzahn. Indent cpp-directives to reflect nesting. | |||||
1996-10-10 | [__hpux]: Define hpux. From Eric Backus. | Jim Meyering | 1 | -1/+9 | |
[__sun]: Define sun. Reported by Kaveh Ghazi. | |||||
1996-09-10 | (getloadavg): Add new code for SUNOS_5 to use -lkstat. | Richard M. Stallman | 1 | -0/+45 | |
1996-05-28 | [SOLARIS2]: Define SUNOS_5. | Karl Heuer | 1 | -1/+1 | |
1996-05-22 | [WIN32]: No-op as for [MSDOS]. | Roland McGrath | 1 | -3/+5 | |
1996-02-01 | Update FSF address in comment. | Karl Heuer | 1 | -1/+2 | |
1995-12-28 | (getloadavg) [MSDOS]: Return 0 load instead of failing the call. | Richard M. Stallman | 1 | -0/+10 | |
1995-08-07 | [ps2]: Use nlist instead of knlist #ifdef _AIX. | Roland McGrath | 1 | -1/+1 | |
1995-08-01 | (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor. | Roland McGrath | 1 | -1/+11 | |
1995-06-20 | [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. | Roland McGrath | 1 | -0/+8 | |
1995-05-10 | AIX support from Tim Bell <tbel@afsmail.cern.ch>: | Roland McGrath | 1 | -14/+32 | |
[_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'. | |||||
1995-01-07 | Include config.h first. | Roland McGrath | 1 | -5/+6 | |
1994-10-27 | [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE. | Roland McGrath | 1 | -7/+7 | |
1994-09-28 | [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. | Roland McGrath | 1 | -1/+16 | |
1994-09-26 | REMOVE CONFIG_BROKETS | David J. MacKenzie | 1 | -7/+0 | |
1994-09-17 | (getloadavg): Add OSF_ALPHA support. | Richard M. Stallman | 1 | -0/+13 | |
1994-06-04 | Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG. | Roland McGrath | 1 | -8/+11 | |
1993-11-03 | entered into RCS | Roland McGrath | 1 | -1/+1 | |
1993-10-03 | *** empty log message *** | Roland McGrath | 1 | -0/+30 | |
1993-09-20 | *** empty log message *** | Roland McGrath | 1 | -1/+5 | |
1993-08-12 | *** empty log message *** | Roland McGrath | 1 | -1/+4 | |
1993-08-02 | *** empty log message *** | Roland McGrath | 1 | -0/+8 | |
1993-08-01 | *** empty log message *** | Roland McGrath | 1 | -0/+9 | |
1993-08-01 | *** empty log message *** | Roland McGrath | 1 | -3/+5 | |
1993-07-30 | *** empty log message *** | Roland McGrath | 1 | -4/+4 | |