Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

    PaulHowarth/Blog/2022-10-01

Saturday 1st October 2022

Local Packages

  • Updated perl-Term-ReadLine-Gnu to 1.43:

    • Add support for readline-8.2

      • New functions: rl_trim_arg_from_keyseq, rl_set_timeout, rl_clear_timeout, rl_timeout_remaining

      • New variables: rl_eof_found, rl_timeout_event_hook

      • New state values for rl_readline_state: RL_STATE_TIMEOUT, RL_STATE_EOF

    • t/00checkver.t: Check if $TERM is set properly (GH#11)

    • Makefile.PL

      • Warn if $TERM is not set properly (GH#11)

      • Fix for MSYS2: Take care of '\r\n' in the output of rlmalloc`

      • guess_malloc_names(): Simplify the control structure

    • INSTALL: Add a section for "MSYS2"

    • Gnu.xs: No more non-ANSI C compiler support (remove PARAM macros)

    • Gnu.pm, Gnu.xs, Gnu/XS.pm: Expand tabs

    • README.md, INSTALL.md: Changed to Markdown


Recent