| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename FILESYSTEM_PREFIX_LEN. | Bruno Haible | 2004-08-08 | 4 | -7/+14 |
* | Merge argp-help from tar. | Paul Eggert | 2004-08-07 | 1 | -0/+7 |
* | (make_hol, hol_append): Don't assume that | Paul Eggert | 2004-08-07 | 1 | -7/+5 |
* | Only declare strdup if it isn't declared by the system. | Paul Eggert | 2004-08-07 | 2 | -15/+16 |
* | Merge from coreutils. | Paul Eggert | 2004-08-07 | 64 | -843/+560 |
* | [HAVE_LIBGEN_H]: Include <libgen.h>, for | Paul Eggert | 2004-08-06 | 1 | -105/+108 |
* | Removed (merged from coreutils). | Paul Eggert | 2004-08-06 | 1 | -114/+0 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 1 | -116/+244 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 2 | -17/+19 |
* | Remove safe-lstat.c, safe-lstat.h, safe-stat.c, safe-stat.h. | Paul Eggert | 2004-08-06 | 1 | -4/+0 |
* | Replace fnmatch.h with fnmatch_.h. | Paul Eggert | 2004-08-06 | 1 | -1/+4 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 4 | -2/+203 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 2 | -0/+378 |
* | Import from coreutils. | Paul Eggert | 2004-08-06 | 2 | -0/+65 |
* | Include <time.h>, for size_t and struct tm. | Paul Eggert | 2004-08-06 | 1 | -1/+3 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 3 | -0/+160 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 1 | -0/+32 |
* | 2004-08-03 Simon Josefsson <jas@extundo.com> | Bruno Haible | 2004-08-06 | 2 | -2/+4 |
* | 2004-08-01 Simon Josefsson <jas@extundo.com> | Bruno Haible | 2004-08-06 | 2 | -1/+9 |
* | New module 'getsubopt'. | Bruno Haible | 2004-08-06 | 3 | -0/+127 |
* | More merges from coreutils. | Paul Eggert | 2004-08-06 | 1 | -3/+32 |
* | New getcwd module, imported from coreutils. | Paul Eggert | 2004-08-06 | 1 | -0/+69 |
* | (same_name): Return bool, not int. | Paul Eggert | 2004-08-06 | 1 | -5/+4 |
* | Include <stdbool.h> | Paul Eggert | 2004-08-06 | 1 | -2/+4 |
* | Merge from coreutils. | Paul Eggert | 2004-08-06 | 2 | -0/+96 |
* | (errno): Don't declare; we assume C89 or better now. | Paul Eggert | 2004-08-06 | 1 | -4/+1 |
* | New module, from coreutils. | Paul Eggert | 2004-08-06 | 2 | -0/+373 |
* | (S_ISCTG, S_ISOFD, S_ISOFL): New macros, if not already defined. | Paul Eggert | 2004-08-06 | 1 | -0/+15 |
* | (errno): Don't declare; we assume C89 or better now. | Paul Eggert | 2004-08-06 | 1 | -5/+3 |
* | (mempcpy): Don't define if a system header defines it. | Paul Eggert | 2004-08-06 | 1 | -61/+38 |
* | Fix indenting glitch. | Paul Eggert | 2004-08-06 | 1 | -1/+1 |
* | filesystem -> file system | Paul Eggert | 2004-08-06 | 1 | -3/+3 |
* | (strip_trailing_slashes): Use bool for booleans. | Paul Eggert | 2004-08-06 | 2 | -7/+9 |
* | Include <stdbool.h>. | Paul Eggert | 2004-08-06 | 1 | -4/+8 |
* | Merge from coreutils (first part). | Paul Eggert | 2004-08-06 | 1 | -0/+14 |
* | New cycle-check module imported from coreutils. | Paul Eggert | 2004-08-05 | 3 | -0/+151 |
* | Work around bug in OpenBSD 3.4 sterror_r: it | Paul Eggert | 2004-08-05 | 1 | -7/+3 |
* | Remove; this doesn't belong here. | Paul Eggert | 2004-08-05 | 1 | -229/+0 |
* | Imported from coreutils. | Paul Eggert | 2004-08-05 | 3 | -0/+85 |
* | Remove "fatal" module. | Paul Eggert | 2004-08-03 | 3 | -130/+4 |
* | New module 'dummy'. | Bruno Haible | 2004-07-19 | 2 | -0/+34 |
* | Add extern "C" for C++. | Bruno Haible | 2004-07-16 | 13 | -7/+145 |
* | Allow use in C++ environment. | Bruno Haible | 2004-07-16 | 2 | -0/+15 |
* | * getndelim2.c: Include stddef.h, for ptrdiff_t. | Paul Eggert | 2004-07-10 | 2 | -0/+6 |
* | Add lib/fchown-stub.c. | Paul Eggert | 2004-07-10 | 2 | -0/+19 |
* | * obstack.h (obstack_base): Cast to (void *), per documentation. | Jim Meyering | 2004-06-24 | 1 | -0/+4 |
* | (obstack_base): Cast to (void *), per documentation. | Jim Meyering | 2004-06-24 | 1 | -1/+1 |
* | Add argz module, which is autoupdated from libtool. | Paul Eggert | 2004-06-22 | 3 | -0/+280 |
* | * modules/calloc: New file. | Jim Meyering | 2004-06-10 | 2 | -0/+43 |
* | * getdate.y (yylex): Allow space between sign and number. | Paul Eggert | 2004-06-06 | 2 | -1/+7 |