| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | streams: remove old code for popen on MingGW. | Kaz Kylheku | 2022-06-21 | 1 | -12/+0 |
* | utf8: bugfix: trailing char fragment ignored. | Kaz Kylheku | 2022-05-20 | 1 | -0/+10 |
* | Remove numerous unused global functions. | Kaz Kylheku | 2022-01-23 | 1 | -10/+0 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | system: stop using popen if we have fork. | Kaz Kylheku | 2021-06-19 | 1 | -0/+2 |
* | utf8: decode: reduce strictness of full unicode check. | Kaz Kylheku | 2021-04-20 | 1 | -4/+4 |
* | utf8: fix backtracking bugs in buffer decoder. | Kaz Kylheku | 2021-04-07 | 1 | -3/+5 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Expose low-level opendir/readdir dir traversal. | Kaz Kylheku | 2020-07-08 | 1 | -0/+10 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | parser: security: UTF-8 and NUL handling in literals. | Kaz Kylheku | 2019-02-05 | 1 | -6/+0 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | UTF-8: fix incorrect decoding of four-byte sequences. | Kaz Kylheku | 2018-12-17 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | ffi and utf8: C++ fixes. | Kaz Kylheku | 2017-05-15 | 1 | -2/+2 |
* | Eliminate double strlen in utf8 string conversion. | Kaz Kylheku | 2017-05-04 | 1 | -2/+3 |
* | ffi: conv between strings and char/wchar_t arrays. | Kaz Kylheku | 2017-04-29 | 1 | -0/+8 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Diagnose out-of-range char to UTF-8 conversion. | Kaz Kylheku | 2016-04-21 | 1 | -1/+3 |
* | UTF-8 API overhaul: security, and other concerns. | Kaz Kylheku | 2016-03-31 | 1 | -34/+33 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -2/+2 |
* | * filter.c, utf8.c: Fix bad indentation introduced in whitespace | Kaz Kylheku | 2015-07-30 | 1 | -1/+1 |
* | Functions open-fileno and fileno. | Kaz Kylheku | 2015-04-10 | 1 | -0/+8 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -1/+1 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -8/+8 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): Revert | Kaz Kylheku | 2014-03-22 | 1 | -20/+0 |
* | * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We | Kaz Kylheku | 2014-03-14 | 1 | -0/+20 |
* | A trivial change in the UTF-8 decoder allows TXR to handle null bytes | Kaz Kylheku | 2014-02-15 | 1 | -0/+3 |
* | * stream.c (remove_path, rename_path): New functions. | Kaz Kylheku | 2014-01-28 | 1 | -0/+18 |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -4/+0 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -0/+4 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+2 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | * stream.c (tail_strategy): Execute the strategy code also | Kaz Kylheku | 2013-12-02 | 1 | -1/+1 |
* | * stream.c (struct stdio_handle): New member, mode. | Kaz Kylheku | 2013-11-28 | 1 | -0/+10 |
* | * filter.c, utf8.c: Tabs changed to spaces. For some reason, filter.c | Kaz Kylheku | 2013-08-09 | 1 | -61/+61 |
* | * utf8.c (w_fopen, w_popen): Removing unnecessary casts of | Kaz Kylheku | 2012-05-18 | 1 | -4/+4 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | * utf8.c (utf8_from_uc, utf8_decode): Some cascaded if tests converted | Kaz Kylheku | 2012-02-05 | 1 | -16/+34 |
* | * utf8.c (utf8_from_uc): Bugfix: incorrect condition in character | Kaz Kylheku | 2012-02-04 | 1 | -3/+5 |