summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Determine whether compiling Cygwin DLLs.Bruno Haible2009-06-233-6/+32
* Move gettext-po.h to gettext-po.h.in.Bruno Haible2009-06-231-0/+0
* Remove misplaced DLL_VARIABLE markers.Bruno Haible2009-06-232-3/+4
* Simplify compiling format.c in C++ mode.Bruno Haible2009-06-232-1/+7
* Simplify compiling format.c in C++ mode.Bruno Haible2009-06-232-9/+5
* Simplify compiling src/format.c in C++ mode.Bruno Haible2009-06-231-0/+4
* Stub for compiling src/format.c in C++ mode.Bruno Haible2009-06-231-0/+1
* No need to list the exported functions: we now use -Wl,--export-all-symbols.Bruno Haible2009-06-234-217/+0
* Export list.Bruno Haible2009-06-233-0/+327
* Macros for exporting symbols on Cygwin.Bruno Haible2009-06-231-0/+129
* TypoBruno Haible2009-06-231-1/+1
* Move gettext-tools/mingw/c++xgettext.cc to woe32dll/c++xgettext.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msguniq.cc to woe32dll/c++msguniq.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgmerge.cc to woe32dll/c++msgmerge.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msggrep.cc to woe32dll/c++msggrep.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgfilter.cc to woe32dll/c++msgfilter.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgen.cc to woe32dll/c++msgen.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgconv.cc to woe32dll/c++msgconv.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgcomm.cc to woe32dll/c++msgcomm.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgcat.cc to woe32dll/c++msgcat.cc.Bruno Haible2009-06-231-0/+0
* Move gettext-tools/mingw/c++msgattrib.cc to woe32dll/c++msgattrib.cc.Bruno Haible2009-06-231-0/+0
* Correct CLASSPATH_SEPARATOR on Cygwin.Bruno Haible2009-06-231-0/+7
* Don't fclose after fwriteerror.Bruno Haible2009-06-231-1/+0
* Enable shared libraries on Cygwin.Bruno Haible2009-06-231-1/+3
* Enable shared libraries on Cygwin.Bruno Haible2009-06-233-2/+14
* Avoid crash in signal handler on Cygwin.Bruno Haible2009-06-232-3/+7
* Correct CLASSPATH_SEPARATOR on Cygwin.Bruno Haible2009-06-232-9/+9
* Remove DLL_VARIABLE declaration.Bruno Haible2009-06-232-4/+9
* Tweak xstrcat function.Bruno Haible2009-06-232-4/+11
* Improve maybe_executable function on Cygwin.Bruno Haible2009-06-232-2/+7
* Add C++ guard.Bruno Haible2009-06-232-0/+13
* Create directory 'windows' if $srcdir != $builddir.Bruno Haible2009-06-232-0/+6
* On Cygwin, like on mingw, define DLL_EXPORT.Bruno Haible2009-06-232-5/+16
* Add support for Sun C/C++ on Linux.Bruno Haible2009-06-232-1/+8
* Add support for Sun C/C++ 5.9 on Linux.Bruno Haible2009-06-232-3/+48
* Fix invalid ANSI C syntax.Bruno Haible2009-06-232-48/+55
* Fix __builtin_expect detection.Bruno Haible2009-06-232-2/+7
* c-strcasecmp requires c-ctype.Bruno Haible2009-06-234-2/+17
* A few more uses of xvasprintf (hidden in format-invalid.h).Bruno Haible2009-06-237-6/+15
* Fix last patch.Bruno Haible2009-06-231-2/+2
* Compile Java source for a specific target version.Bruno Haible2009-06-235-348/+1728
* Code simplification: use xasprintf.Bruno Haible2009-06-235-33/+20
* Optimize the use of xasprintf for string concatenation.Bruno Haible2009-06-236-1/+93
* C99 compliant <stdarg.h>.Bruno Haible2009-06-231-0/+39
* Result of javac -d . -target 1.1 javaversion.javaBruno Haible2009-06-231-0/+0
* Program that shows the Java version.Bruno Haible2009-06-231-0/+32
* Determine the Java version supported by javaexec.Bruno Haible2009-06-232-0/+159
* Support for determining the Java version supported by javaexec.Bruno Haible2009-06-236-5/+48
* Remove trailing whitespace.Bruno Haible2009-06-233-3/+3
* Move the xasprintf function from the 'xerror' module to the 'xvasprintf'Bruno Haible2009-06-2338-62/+112