Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-08 | remove stray define before _LIBC | Jim Meyering | |
2000-01-08 | (error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R. | Jim Meyering | |
(error_at_line): Likewise. | |||
2000-01-07 | Sync with the GNU C library. | Jim Meyering | |
2000-01-07 | tweak comment | Jim Meyering | |
2000-01-07 | add copyright/no-warranty comment | Jim Meyering | |
2000-01-07 | *** empty log message *** | Jim Meyering | |
2000-01-07 | tweak copyright line | Jim Meyering | |
2000-01-07 | (strpbrk): Ansideclify. | Jim Meyering | |
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. | |||
2000-01-07 | Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'. | Jim Meyering | |
Capitalize all macro parameters. (memcasecmp): Ansideclify. Don't cast away `const'ness of parameters. Suggestions from François Pinard. | |||
2000-01-06 | Sync with the GNU C Library. | Jim Meyering | |
2000-01-06 | Add #pragma STDC FENV_ACCESS ON if C99. | Jim Meyering | |
2000-01-06 | Sync tm_diff with the GNU C Library. | Jim Meyering | |
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed. (tm_diff): Renamed from difftm. All uses changed. Replace body with that taken from GNU C Library 2.1.3pre1. (get_date): Prefer tm_gmtoff to tm_diff if available. | |||
2000-01-05 | whoops. fix typos | Jim Meyering | |
2000-01-05 | Include nanosleep.h. | Jim Meyering | |
Don't include time.h or sys/time.h here. | |||
2000-01-05 | *** empty log message *** | Jim Meyering | |
2000-01-04 | (savedir): Don't store past the end of an array if | Jim Meyering | |
name_size is zero and the directory is empty. | |||
2000-01-02 | . | Jim Meyering | |
2000-01-02 | (my_strftime): Some old compilers object to | Jim Meyering | |
'\a', so don't bother optimizing for it. | |||
1999-12-27 | *** empty log message *** | Jim Meyering | |
1999-12-26 | *** empty log message *** | Jim Meyering | |
1999-12-26 | *** empty log message *** | Jim Meyering | |
1999-12-26 | *** empty log message *** | Jim Meyering | |
1999-12-25 | *** empty log message *** | Jim Meyering | |
1999-12-22 | rewrite expression (equivalently) at request of Paul Eggert | Jim Meyering | |
1999-12-22 | (get_date): Fix typo in time_t overflow test. | Jim Meyering | |
From Michael Stone. | |||
1999-12-19 | (lstat.c): Adapt rule to handle new parts of xstat.in. | Jim Meyering | |
(lstat.c): Likewise. | |||
1999-12-19 | (slash_aware_lstat): New function. | Jim Meyering | |
(rpl_@xstat@): Use it. | |||
1999-12-19 | . | Jim Meyering | |
1999-12-13 | (make_path): Consistently use error to output | Jim Meyering | |
the verbose, `created directory ...' messages. Reported by Bernhard Rosenkraenzer. | |||
1999-12-10 | . | Jim Meyering | |
1999-11-26 | . | Jim Meyering | |
1999-11-22 | (DISTCLEANFILES): Add lstat.c and stat.c. | Jim Meyering | |
1999-11-19 | (strstr): Include config.h. | Jim Meyering | |
Add a `;' between shloop label and `}'. | |||
1999-11-13 | . | Jim Meyering | |
1999-11-11 | . | Jim Meyering | |
1999-11-11 | (make_path): Fix long-latent bug (note others | Jim Meyering | |
just like it were fixed in 1998-01-02). A user (FIXME, who?) reported that using `install -d -g foo 1/2` only sets the group on the intermediate directory, not the final component. From Michael Stone. | |||
1999-11-09 | (XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/. | Jim Meyering | |
(XCALLOC): Likewise. (XREALLOC): Likewise. | |||
1999-11-07 | (default_block_size): New function. | Jim Meyering | |
(humblock): Use it if no block size is specified. (human_block_size): If the specified block size is zero, report an error if report_errors is nonzero; otherwise use the default. | |||
1999-11-05 | Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS. | Jim Meyering | |
1999-11-04 | (memcoll): The two arguments cannot be | Jim Meyering | |
adjacent any more, so remove the alloca/copy workaround for that case. | |||
1999-11-04 | (readline): Do not leave room for an extra | Jim Meyering | |
byte after the newline; it's no longer needed. | |||
1999-11-01 | (MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES). | Jim Meyering | |
1999-10-31 | update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.y | Jim Meyering | |
1999-10-31 | . | Jim Meyering | |
1999-10-23 | . | Jim Meyering | |
1999-10-11 | update from GNU lib C | Jim Meyering | |
1999-10-11 | *** empty log message *** | Jim Meyering | |
1999-10-11 | *** empty log message *** | Jim Meyering | |
1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering | |
be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI. | |||
1999-10-04 | (__attribute__): Define to empty if GCC claims to | Jim Meyering | |
be before 2.8; this is needed for OPENStep 4.2 cc. Also, define to empty if strict ANSI. |