Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-31 | *** empty log message *** | Jim Meyering | |
2005-08-31 | (quotearg_n_options): Change code to be suboptimal, in | Jim Meyering | |
order to avoid an unsuppressible warning from gcc on 64-bit systems. | |||
2005-08-31 | *** empty log message *** | Jim Meyering | |
2005-08-31 | (get_charset_aliases): Add `void' in parameter list | Jim Meyering | |
to placate gcc's -Wstrict-prototypes. | |||
2005-08-28 | update from gnulib | Jim Meyering | |
2005-08-27 | New file | Jim Meyering | |
2005-08-27 | Include <sys/types.h> and declare creat_safer. | Jim Meyering | |
2005-08-27 | *** empty log message *** | Jim Meyering | |
2005-08-27 | *** empty log message *** | Jim Meyering | |
2005-08-27 | Use `#error' rather than a string literal to provoke failure. | Jim Meyering | |
2005-08-25 | *** empty log message *** | Jim Meyering | |
2005-08-25 | Include <config.h>. | Jim Meyering | |
Otherwise, we'd lose LARGEFILE support in any file using e.g. "fcntl--.h" | |||
2005-08-24 | *** empty log message *** | Jim Meyering | |
2005-08-24 | (stdopen): Revert to iterating over descriptors, but | Jim Meyering | |
rather than using fstat, use fcntl with its F_GETFD flag, which is more efficient. Unlike the 2-syscall dup-close approach, this one doesn't apply any unnecessary pressure on the file descriptor pool -- thus there is one fewer way to fail. | |||
2005-08-24 | adjust prototype | Jim Meyering | |
Include stdbool.h. | |||
2005-08-23 | *** empty log message *** | Jim Meyering | |
2005-08-23 | Update from gnulib. | Jim Meyering | |
2005-08-23 | . | Jim Meyering | |
2005-08-19 | Import from gnulib. | Paul Eggert | |
(__restrict_arr): Don't define to __restrict if __cplusplus is defined. | |||
2005-08-19 | *** empty log message *** | Jim Meyering | |
2005-08-19 | (stdopen): Return `bool' so caller can detect failure. | Jim Meyering | |
2005-08-17 | *** empty log message *** | Jim Meyering | |
2005-08-17 | Make the %s format (seconds since the epoch) work for a negative | Jim Meyering | |
number and when used with a zero-padded field width, e.g. %015s. (my_strftime): Move the `do_number_sign_and_padding' label so that it precedes the code to set `digits'. Otherwise, %0Ns wouldn't work. Before this change, `date -d @-22 +%05s' would print `00-22'. Now, it prints `-0022', as it should. | |||
2005-08-15 | make log entry more accurate | Jim Meyering | |
2005-08-13 | *** empty log message *** | Jim Meyering | |
2005-08-13 | (get_date): Undo part of the 2005-04-04 change, so that | Jim Meyering | |
the command "date -d'2005-03-27 +1 day'" succeeds once again, even when run in a time zone for which daylight savings time is in effect for the starting date. | |||
2005-08-12 | *** empty log message *** | Jim Meyering | |
2005-08-12 | (re_string_realloc_buffers): Rename local-shadowed | Jim Meyering | |
variable: s/new_array/offsets/. (re_acquire_state) [lint]: Set *err, to avoid warnings in caller. | |||
2005-08-12 | (regexec, re_search_stub) [!_LIBC]: Omit declaration of unused local, dfa. | Jim Meyering | |
(proceed_next_node): Remove outer declaration and unnecessary initialization of local-shadowed `dest_node'. Declare it in inner scopes, nearer its uses instead. | |||
2005-08-12 | (duplicate_node) [lint]: Set *new_idx to -1, to avoid | Jim Meyering | |
warnings (unfounded) in caller that it may be used uninitialized. | |||
2005-08-12 | *** empty log message *** | Jim Meyering | |
2005-08-12 | Mention that with FTS_LOGICAL, we use FTS_TIGHT_CYCLE_CHECK. | Jim Meyering | |
2005-08-12 | (setup_dir, enter_dir, leave_dir, free_dir): | Jim Meyering | |
Use the hash-table-based cycle-detection code not just when FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL. Reported by James Youngman in <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>. | |||
2005-08-12 | (fts_cross_check) [FTS_DEBUG]: s/active_dir_ht/fts_cycle.ht/. | Jim Meyering | |
2005-08-12 | (IF_LINT): Define. | Jim Meyering | |
2005-08-12 | (RE_SYNTAX_POSIX_AWK): Remove useless space-before-TAB. | Jim Meyering | |
2005-08-02 | . | Jim Meyering | |
2005-08-02 | *** empty log message *** | Jim Meyering | |
2005-08-02 | new files | Jim Meyering | |
2005-07-21 | Fix getdate bug with relative times. | Paul Eggert | |
2005-07-21 | (relative_time): New type. | Paul Eggert | |
(RELATIVE_TIME_0): New constant. (parser_control): Use relative_time instead of doing it ourselves. (%union): Add new relative_time rel member. (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT): Now typeless. (relunit, relunit_snumber): Now of type rel. (zone, rel, relunit, get_date): Adjust to above changes. | |||
2005-07-12 | *** empty log message *** | Jim Meyering | |
2005-07-12 | (X2NREALLOC): Define. | Jim Meyering | |
2005-07-12 | . | Jim Meyering | |
2005-07-12 | replace leading spaces with a TAB | Jim Meyering | |
2005-07-11 | (verify_expr): Use ((verify_type__ (R) *) 0), not | Paul Eggert | |
sizeof (verify_type__ (R)), to pacify C++ compilers. | |||
2005-07-11 | Reword copyright notices to conform to current GNU coding standards. | Paul Eggert | |
2005-07-11 | Parameterize the copyright symbol and the year. | Paul Eggert | |
2005-07-11 | (COPYRIGHT_YEAR): New constant. | Paul Eggert | |
(version_etc_va): Use parameterized copyright notice. Reword to conform to the current GNU coding standards. | |||
2005-07-08 | (getloadavg) [__CYGWIN__]: Port to cygwin. | Paul Eggert | |
[__linux__]: Allocate a big enough buffer for /proc/loadavg. [!LDAV_DONE]: Avoid unused variable warning. |