aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plpintl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused code.Reuben Thomas2008-04-061-14/+0
|
* - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -OFritz Elfert2002-08-111-0/+5
| | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-2/+2
| | | | | | | | - Updated spec file (not complete) - Updated KDE translations - kioslave and property-dialog now translate correctly - ppsocket: Added a patch for FreeBSD - plpftp: Some experimental code for testing
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-13/+11
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Unified headers.Fritz Elfert2002-02-141-0/+29
|
* Make unconditional gettext conditional.Fritz Elfert2001-07-261-0/+2
|
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-211-0/+33
- Some NLS-Related fixes