Paul Eggert
Paul Eggert
Currently if the input preprocessor fails, `less` does not report this failure to the user. This causes problems with applications like Gzip's `zless` program, which runs `less` with `LESSOPEN='||-gzip -cdfq...
An GNU Emacs user is reporting that when using Emacs to edit a file in an encfs file system (where the encrypted version is stored via CIFS in a Microsoft...
* slime-tests.el (slime-wait-condition): Use format-time-string rather than formatting by hand. This avoids relying on Emacs timestamp format, which is slated to change.
I installed the following as a [patch to Savannah's copy of the Slime package](https://git.savannah.gnu.org/cgit/emacs/nongnu.git/commit/?h=elpa/slime&id=1923227f542dab0c87a13aaf108ec29e06bf6841), but later realized that this might need to be installed upstream. Can you please arrange for...
I found this problem while trying to use mawk to implement tzselect, an awk-using program that's part of tzcode. To reproduce the bug, run this shell command: ``` mawk 'BEGIN...
This is with mawk 1.3.4 20231126. Here is a fix. The problem occurs only with 2**31 or more repetitions so this is only a theoretical bug. ``` --- rexp.c.~1~ 2023-07-30...
cli/src/cli-cmd-parser.c's config_parse was calling strftime with a struct tm that may have tm_year that is out of range for strftime, yielding unspecified and/or undefined behavior. Fix this by using mktime...
**Description of problem:** In cli/src/cli-cmd-parserlc, config_parse uses strftime's %s format in an unportable way. It calls strftime %s with a struct tm that may have out-of-range values, which has unspecified...
On the Time Zone Database mailing list[ it was reported](https://lists.iana.org/hyperkitty/list/[email protected]/message/77Y6TGQK6VLE6BKKESPTVOMWDUWI62T3/) that Elixir's tzdata package by default checks on startup and then once per day whether the time zone database has...
These are generated by modern-day zic, and zic -b slim takes advantate of this format. * ci_tools/run_tz_master_env.sh: * dateutil/zoneinfo/rebuild.py: Revert recent change that insisted on slim TZif files, since the...