2006-09-18 |
Bruno Haible | Avoid to execute while loops in a subshell. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Break long lines. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Use the configmake module. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Avoid quadratic complexity due to string concatenations. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Speed up presentation of the include files. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Rewrite all file names at once. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Speed up func_modules_transitive_closure. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Bruno Haible | Use "sort -u" where it makes sense. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Jim Meyering | * savewd.c (savewd_restore): Don't shadow: s/status... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Jim Meyering | fix typo in comment |
commit | commitdiff | tree | snapshot |
2006-09-18 |
Paul Eggert | Initial revision. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2006-09-17 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Paul Eggert | * lib/dirchownmod.c: Don't include fcntl.h; no longer... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Karl Berry | texinfo tweaks to licenses |
commit | commitdiff | tree | snapshot |
2006-09-16 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Paul Eggert | * modules/configmake (Makefile.am): Add support for the |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jim Meyering | * rename-dest-slash.c (has_trailing_slash): Use |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jim Meyering | Avoid a warning about an unused variable. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jim Meyering | [ChangeLog] |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Jim Meyering | [ChangeLog] |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Bruno Haible | Include <config.h> unconditionally. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Eric Blake | * getopt.c: Fix typo in last commit. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Paul Eggert | * _fpending.c: Include <config.h> unconditionally,... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Paul Eggert | Log the Sep 9 change. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Paul Eggert | * getdate.m4: Don't AC_LIBOBJ([getdate]), automake... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Bruno Haible | Tweak for automake. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Jim Meyering | * nanosleep.c: Include <sys/types.h> before sys/select... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Sergey Poznyakoff | Update |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Sergey Poznyakoff | (argp_doc): Make sure NULL is not passed to dgettext |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Bruno Haible | mkdtemp can now use the full <inttypes.h>. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sergey Poznyakoff | Fix docstrings |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sergey Poznyakoff | Update |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sergey Poznyakoff | Move declarations of program_invocation_name and progra... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Sergey Poznyakoff | (__argp_parse) [!_LIBC]: Make sure program_invocation_n... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Paul Eggert | Undo latest change, since the fix was propagated into... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Bruno Haible | For libraries not built with libtool: |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | Update |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | (struct argp_option): Document the use of N_() wrappers. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | Update |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | (struct argp): Document the N_("..") "\v" N_("..")... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | Make sure the string is always translated |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | Depend on malloc |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | Update |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Sergey Poznyakoff | (argp_doc): Split the untranslated doc string on '\v', |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Paul Eggert | * config/srclist.txt: Temporarily comment out mktime... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Paul Eggert | * isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]: |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Jim Meyering | Don't make generated files read-only. That would bothe... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Jim Meyering | Avoid new build failure on FreeBSD 6.0. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Paul Eggert | Fix typo in previous change. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Paul Eggert | * fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Bruno Haible | A comment about automake-1.9b. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Jim Meyering | Fix global typo in last change: use chmod u-w, not... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Jim Meyering | Make generated files be read-only. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bruno Haible | _LIBADD is reserved for object files, not -L and -l... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Karl Berry | missed changelog entry |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bruno Haible | Add support for LDFLAGS of the generated library. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bruno Haible | New modules 'striconv' and 'xstriconv'. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bruno Haible | New module 'xstriconv'. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bruno Haible | New module 'striconv'. |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Ralf Wildenhues | * argz_.h: Sync from Libtool. |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Bruno Haible | New 'trim' module, from Davide Angelocola <davide.angel... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Karl Berry | (signed.m4, gettext.m4): changes not propagated |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Bruno Haible | Support for mingw DLLs. |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Paul Eggert | * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Paul Eggert | * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STA... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Paul Eggert | * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Bruno Haible | Improve maintainability. |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Paul Eggert | * modules/getloadavg (Files): Add m4/getloadavg.m4. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Paul Eggert | * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Eric Blake | * gnulib-tool: Don't let emacs change spaces to TAB. |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Bruno Haible | Slightly change the output generated by --makefile... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Bruno Haible | Fix problem when calling "gnulib-tool --update" on... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Paul Eggert | Work around a bug in both the Linux and SunOS 64-bit... |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Paul Eggert | * isapipe.c (isapipe): Rename local s/fd/fd_pair/ to... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Paul Eggert | * MODULES.html.sh (Support for building documentation... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Paul Eggert | * modules/isapipe: New file. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Eric Blake | * error.c (error_at_line, print_errno_message): Match... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Jim Meyering | * modules/configmake (Makefile.am): Make configmake... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bruno Haible | Prefer using configmake.h instead of augmenting DEFS. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Paul Eggert | * modules/configmake (Makefile.am): Add a comment,... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Jim Meyering | Fix typo: s/not/now/ |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Karl Berry | . |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Ralf Wildenhues | Sync from Libtool: |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Paul Eggert | * lib/fcntl_.h: New file. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Eric Blake | * inttypes.m4 (gl_INTTYPES_H): Fix missing #endif. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Paul Eggert | * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_IN... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Paul Eggert | * gnulib-tool (emit_lib_Makefile_am): Don't put $makefi... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Paul Eggert | * modules/inttypes (Files): Add m4/inttypes-h.m4. |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Eric Blake | * modules/inttypes (Makefile.am): Fix sed error when... |
commit | commitdiff | tree | snapshot |
next |