Query
Sunday 17 November 2019
2019-11-17 18:18:23 (3 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Charset/charsetmod.cmod (+2/-1)(3 lines)
branch: master
Documentation [Charset]: Fixed markup typo.
Saturday 29 July 2017
2017-07-29 10:52:51 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Charset/configure.in (+2/-1)(3 lines)
branch: 8.1
Build [Charset]: Update configure.in to iso2022 being a cmod.
Fixes configuration issues when building from scratch.
Wednesday 06 July 2016
2016-07-06 10:04:48 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Charset/make_jisx0213_tables_h.pike (+6/-0)(6 lines)
branch: 8.1
Build [Charset]: Fixed some fall out from the String.trim() change.
Adds fallback to String.trim_all_whites() if String.trim()
doesn't exist.
The make_jisx0213_tables_h script needs to be able to run with an
older system pike as it is run before the main binary is built.