summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Portability fixes.Bruno Haible2009-06-215-2/+42
* Allow the caller of create_pipe_* to specify no redirection.Bruno Haible2009-06-214-18/+31
* Regenerated.Bruno Haible2009-06-211-1/+9
* Make it possible for execute_java_class to not spit out an error message ifBruno Haible2009-06-213-4/+12
* Hash table efficiency improvements. Never believe your textbooks.Bruno Haible2009-06-212-62/+18
* Remove an automake-1.4 specific workaround.Bruno Haible2009-06-212-3/+6
* Make PARAMS work better on Solaris.Bruno Haible2009-06-2114-16/+35
* Portability fixes.Bruno Haible2009-06-212-0/+5
* Regenerated.Bruno Haible2009-06-211-49/+70
* Use return code 127, not 255, because wait_process tests on return code 127.Bruno Haible2009-06-215-4/+12
* More portability stuff.Bruno Haible2009-06-213-0/+54
* Portability to SunOS4.Bruno Haible2009-06-218-2/+39
* typo.Bruno Haible2001-10-301-1/+1
* Obsoleted by format-c.c.Bruno Haible2001-10-303-633/+0
* Improve program_name on BeOS.Bruno Haible2001-10-302-0/+16
* Create a libgettextlib shared library.Bruno Haible2001-10-292-13/+32
* Portability tweak of mkdtemp.c.Bruno Haible2001-10-292-0/+9
* Regenerated.Bruno Haible2001-10-261-1/+0
* BeOS portability.Bruno Haible2001-10-262-0/+12
* Avoid a warning on non-glibc platforms.Bruno Haible2001-10-262-0/+6
* Use getc_unlocked instead of getc where possible, for speed.Bruno Haible2001-10-262-3/+12
* Regenerated.Bruno Haible2001-10-251-8/+8
* Fix syntax errors.Bruno Haible2001-10-253-3/+6
* Make the subprocess and pipe primitives more reliable and more flexible.Bruno Haible2001-10-2412-88/+334
* Regenerated using automake-1.5.Bruno Haible2001-10-241-178/+188
* Upgrade to automake-1.5.Bruno Haible2001-10-242-1/+6
* Assume strchr() exists.Bruno Haible2001-10-202-5/+5
* Subroutines for backing up a regular file.Bruno Haible2001-10-205-11/+463
* Subroutines for recognizing command line arguments with a finite set ofBruno Haible2001-10-204-10/+355
* Subroutine for copying regular files.Bruno Haible2001-10-203-0/+145
* New include file "basename.h".Bruno Haible2001-09-285-11/+51
* New include files xmalloc.h and strstr.h.Bruno Haible2001-09-2715-81/+143
* Add some more build-generated files.Bruno Haible2001-09-261-0/+3
* Regenerated.Bruno Haible2001-09-261-9/+28
* Fix recognition of javac.Bruno Haible2001-09-252-3/+7
* Reorganize lib/Makefile.am.Bruno Haible2001-09-252-13/+37
* Add function prototypes.Bruno Haible2001-09-244-0/+31
* Include specification .h file in implementation .c file.Bruno Haible2001-09-2219-16/+64
* Regenerated.Bruno Haible2001-09-181-16/+34
* Support for compiling and executing Java programs.Bruno Haible2001-09-183-0/+147
* Routines for compiling and executing Java programs.Bruno Haible2001-09-177-11/+1050
* Reorder after gettext-0.10.40 release.Bruno Haible2001-09-161-5/+9
* Write François's name correctly.Bruno Haible2001-09-161-2/+2
* Add subroutines for passing strings to a program through a shell.Bruno Haible2001-09-164-4/+202
* Support the strpbrk function in lib/.Bruno Haible2001-09-154-3/+91
* Fix syntax error.Bruno Haible2001-09-142-4/+9
* Add the setenv() function to lib/.Bruno Haible2001-09-144-4/+396
* Subroutines for creating temporary directories.Bruno Haible2001-09-136-4/+443
* Executing programs, without pipe.Bruno Haible2001-09-124-8/+226
* Move the gcd function to lib/.Bruno Haible2001-09-094-3/+123