summaryrefslogtreecommitdiff
path: root/gettext-tools/src/write-csharp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "warning: unannotated fall-through between switch labels".Bruno Haible2020-10-041-1/+2
* Update after gnulib changed.Bruno Haible2020-07-051-2/+2
* msgfmt: Fix another buffer overrun.Bruno Haible2019-04-121-2/+2
* Fix copyright years.Bruno Haible2019-02-041-1/+1
* C# support: Remove pnet choice.Bruno Haible2018-10-091-2/+2
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* Polish the last commit.Bruno Haible2016-12-151-1/+3
* msgfmt: Remove POT-Creation-Date field from the header in the output.John Darrington2016-12-151-0/+3
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+1
* Interoperability with mono versions >= 2009-02-27.Bruno Haible2010-04-251-5/+20
* Untabify.Bruno Haible2009-12-121-251/+251
* Use type 'ucs4_t' more often. Avoids gcc warnings on Cygwin.Bruno Haible2009-08-101-3/+3
* Allow multiple levels of verbosity in 'msgfmt'.Bruno Haible2009-06-231-2/+2
* Use xconcatenated_filename.Bruno Haible2009-06-231-5/+5
* Adapt to changed prototype of extract_plural_expression.Bruno Haible2009-06-231-2/+2
* Switch the license of the programs from GPLv2 to GPLv3.Bruno Haible2009-06-231-5/+4
* Implement msgctxt for C# ResourceManagers.Bruno Haible2009-06-231-21/+32
* Don't recommend to use --verbose if it is already in use.Bruno Haible2009-06-231-1/+4
* Rely on gnulib module 'mkdir'.Bruno Haible2009-06-231-7/+0
* Update after gnulib change: Use "unistr.h".Bruno Haible2009-06-231-1/+1
* Module 'pathname' was renamed to 'filename'.Bruno Haible2009-06-231-5/+5
* New macros XMALLOC, XNMALLOC.Bruno Haible2009-06-231-2/+2
* Use the new _temp functions from the create-temp module.Bruno Haible2009-06-231-2/+2
* Rename some methods defined in clean-temp.c.Bruno Haible2009-06-231-2/+2
* Add more parameters to create_temp_dir function.Bruno Haible2009-06-231-1/+1
* Assume correct S_ISDIR macro.Bruno Haible2009-06-231-3/+0
* Fix compilation failure on mingw.Bruno Haible2009-06-231-2/+3
* Don't fclose after fwriteerror.Bruno Haible2009-06-231-1/+0
* New facility for temporary files in a temporary directory.Bruno Haible2009-06-231-88/+16
* Make it possible for a program to load two different localizations, inBruno Haible2009-06-231-2/+11
* Support for context dependent translations in PO files.Bruno Haible2009-06-231-2/+22
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* fwriteerror now calls fclose().Bruno Haible2009-06-231-2/+1
* Support for Serbian and Uzbek locales in C#.Bruno Haible2009-06-231-1/+22
* Writing C# satellite assemblies.Bruno Haible2009-06-231-0/+788