]> granicus.if.org Git - recode/history - src
Update nl.po
[recode] / src /
2019-09-11 Reuben ThomasFix a couple of potential buffer overflows
2019-09-10 Reuben ThomasPort to Python 3 (fix #15)
2019-09-01 Reuben Thomassrc/main.c: close output file before renaming (fix...
2019-08-19 Reuben ThomasVersion the shared library (fix #22)
2019-08-16 Reuben ThomasReplace (out of date) postal address for FSF with URL...
2019-06-24 Reuben ThomasMerge pull request #19 from shlomif/py3-take2
2019-06-24 Shlomi FishFix issue #18.
2019-05-20 Reuben Thomassrc/Makefile.am: fix GNU Make-specific use of $<
2018-08-03 Reuben Thomasperform_task: fix issue #4: don’t close file descriptor...
2018-07-15 Reuben ThomasMerge pull request #7 from Maelan/master
2018-07-15 Maëlantestdump.c: remove unused variable
2018-07-15 Maëlantestdump.c: remove code forgotten in commit 3051a87...
2018-06-01 Reuben ThomasUpdate repo name to canonical case
2018-06-01 Reuben Thomasmain.c: fix copyright range in version message
2018-06-01 Reuben Thomashelp2man: call with --locale=en_US.UTF-8 to get UTF...
2018-06-01 Reuben Thomasmain.c: improve description of --strict, fixing typo
2018-01-30 Reuben Thomastask.c: slight simplification of recode_perform_task
2018-01-30 Reuben ThomasRemove 'tree' surface (see NEWS for details)
2018-01-30 Reuben ThomasRemove conversion methods
2018-01-30 Reuben Thomastask.c: slight simplification in perform_sequence
2018-01-30 Reuben ThomasFix pipe strategy (was previously broken for non-trivia...
2018-01-30 Reuben ThomasFix fallthrough warnings from gcc using gnulib's FALLTH...
2018-01-30 Reuben ThomasRedefine BIT_MASK to avoid shifting negative quantity...
2018-01-30 Reuben ThomasFix potential NULL dereference warnings
2018-01-30 Reuben ThomasFix fallthrough warnings for non-returning functions
2018-01-30 Reuben Thomassrc/Makefile.am: ensure recode is made before making...
2018-01-30 Reuben ThomasRelicense from GPL 2 to GPL 3
2018-01-30 Reuben ThomasFix unused variable warnings
2018-01-30 Reuben ThomasDo all I/O as binary
2018-01-28 Reuben Thomasouter.c: fix some incorrect casts when passing pointers...
2018-01-28 Reuben ThomasAdd missing includes of locale.h
2018-01-28 Reuben Thomasmerged.c: include config.h
2018-01-28 Reuben Thomasrequest.c: zero realloc’d memory
2018-01-28 Reuben Thomasrequest.c: slight simplification of code to handle...
2018-01-28 Reuben ThomasRemove redundant memset calls zeroing memory
2018-01-28 Reuben ThomasFix building of lat1{ansel,iso5426}.h from respective...
2018-01-28 Reuben Thomastask.c: slightly improve code and comments
2018-01-28 Reuben ThomasGet rid of SET_SUBTASK_ERROR macro; use identical recod...
2018-01-28 Reuben Thomasrequest.c: improve error reporting
2018-01-28 Reuben Thomasnames.c: fix FIXME: retype to avoid ugly casts for...
2018-01-28 Reuben ThomasFix FIXME: use sigaction instead of signal
2018-01-26 Reuben Thomashtml.c: add explanation to FIXME
2018-01-26 Reuben Thomasouter.c: fix FIXME: add diagnostic
2018-01-26 Reuben ThomasAdd more aliases for KOI-8R: RFC 1489 and IBM CP866
2018-01-26 Reuben ThomasFix a potential memory leak in declare_single
2018-01-26 Reuben ThomasFix memory leaks
2018-01-26 Reuben Thomascombine.c: minor English fixes in comments
2018-01-26 Reuben Thomascombine.c: fix missing white space
2018-01-26 Reuben Thomasrequest.c: remove a FIXME
2018-01-25 Reuben Thomassrc/Makefile.am: distribute generated header files
2018-01-23 Reuben ThomasRemove ifdeffed-out alias of ‘.’ for ‘RFC 1345’
2018-01-23 Reuben ThomasResolve discrepancies between IBM-PC and ibm437
2018-01-23 Reuben ThomasRemove lat1 alias for Latin-1 (compatibility with Recod...
2018-01-23 Reuben ThomasRemove built-in applemac module
2018-01-23 Reuben ThomasAdd LaTeX translations for <, > and ^ (Debian bug ...
2018-01-23 Reuben ThomasAdd get_bytes and put_bytes
2018-01-23 Reuben ThomasAllow pipe filters to signal when they are interrupted...
2018-01-23 Reuben Thomasmain.c: clarify a comment slightly
2018-01-23 Reuben ThomasRemove --sequence=files
2018-01-23 Reuben Thomasrecodext.h: clarify a comment
2018-01-23 Reuben ThomasUse mkstemps to make temporary file names
2018-01-23 Reuben Thomastask.c: improve English in a comment
2018-01-23 Reuben ThomasUse xbinary-io gnulib module to set mode of stdin/stdout
2018-01-23 Reuben Thomastask.c: handle any number of steps, including zero...
2018-01-23 Reuben Thomastask.c: fold perform_pipe_sequence into perform_sequence
2018-01-23 Reuben Thomastask.c: make “correct” version of perform_pipe_sequence...
2018-01-23 Reuben ThomasOverhaul error handling in transform steps (fixes Debia...
2018-01-23 Reuben ThomasAdd some missing sources to the loc target
2018-01-23 Reuben Thomasmain.c: fix a comment typo
2018-01-23 Reuben ThomasRemove if before free
2018-01-23 Reuben Thomashtml.c: improve some comments slightly
2018-01-23 Reuben ThomasUse briefer form for setting up modules
2018-01-23 Reuben ThomasAdd BibTeX converters from Vincent Danjean (Debian...
2018-01-23 Reuben Thomastask.c: use better code for checking abnormally-termina...
2018-01-23 Reuben ThomasAdd ANSEL and ISO 5426 codecs from Wolfram Schneider
2018-01-23 Reuben ThomasUpdate bug report address everywhere
2018-01-23 Reuben ThomasUse UTF-8 for name of author in --help output
2018-01-23 Reuben ThomasFix -k (fixes Debian bug #607021)
2018-01-23 Reuben ThomasDeference symlinked input files (fix Debian bug #349477)
2018-01-23 Reuben ThomasTry to diagnose untranslatable input when using iconv
2018-01-23 Reuben Thomasiconv.c: fix a misspelling in a comment
2018-01-23 Reuben Thomasrecodext.h: clarify Star Trek reference in a comment
2018-01-23 Reuben Thomasiconv.c: fix comment typo
2018-01-23 Reuben Thomasbase64.c: fix handling of EOF and LF (fixes Debian...
2018-01-23 Reuben Thomasrecodext.h: re-punctuate comment to fix the sense
2018-01-23 Reuben Thomasmixed.c: remove “inline” comments from function declara...
2018-01-19 Reuben Thomasvaria.c: resolve various conflicts
2018-01-19 Reuben Thomasutf8.c: remove support for non-standard 32nd bit
2018-01-19 Reuben Thomasnames.c: remove support for dumping hash stats
2018-01-19 Reuben Thomasnames.c: remove hard-wired define DEFAULT_CHARSET support
2018-01-19 Reuben Thomasatarist.c: remove non-RFC1345 option
2018-01-19 Reuben ThomasDon’t insist on chmod succeeding for output files
2018-01-19 Reuben Thomasmain.c: assume we have rename(3) as it’s standard since C89
2018-01-19 Reuben Thomasmain.c: fix potential buffer overflow (Debian bug ...
2018-01-19 Reuben Thomassrc/Makefile.am: libgnu is needed by librecode, not...
2018-01-19 Reuben ThomasCount more code in loc target
2018-01-15 Reuben ThomasCheck for Python >= 2.2 during configuration
2018-01-15 Reuben ThomasDon't ship help2man, but cope with it missing
2018-01-15 Reuben ThomasRename MASK macro to BIT_MASK to avoid clash with Pytho...
2018-01-15 Reuben ThomasFix warnings
next