Next | Query returned 47 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-06-20 00:07:22 by Tobias Nygren | Files touched by this commit (1)
Log message:
nickle: fix readline detection when using pkgsrc readline
   2023-06-19 22:31:03 by Tobias Nygren | Files touched by this commit (2)
Log message:
nickle: put back patch-lex.c which got lost in recent rototil

Still needed on macOS.
   2023-06-18 21:37:37 by Thomas Klausner | Files touched by this commit (10) | Package removed
Log message:
nickle: update to 2.92.

Version 2.92
debian: Build depend on a couple of packages
Use CC_BUILD to generate math test tables
Add ctype.h, remove explicit lex func prototypes from lex.l
Remove 'const' attribute when assigning to tm_zone field
Allow use of libedit in place of readline
Check for all readline helper functions separately
Define _GNU_SOURCE in edit.c to get asprintf declared
Remove redundant box value check in ThreadBoxSetDefault
test: Allow "UTC", "GMT", or "NONE" to be returned \ 
for GMT time zone
Make tm_zone and tm_gmtoff fields optional
Autodetect 'significand' function
Use base-10 for all float exponents. Use base 2 for base 2/8/16 powers
Support C-like hex float values in lexer
Add ChaCha implementation
   2023-06-17 13:25:19 by Taylor R Campbell | Files touched by this commit (5)
Log message:
math/nickle: Make this cross-compile.

While here, because for CC_FOR_BUILD it was easiest to just edit
configure.ac and autoreconf anyway, move a configure patch to a
configure.ac patch for some readline symbol detection.

No change to generated file math-tables.5c (which is used only for
testing anyway) in native vs cross compilation.  `bmake test' passes
in native compilation.
   2023-04-20 13:12:15 by Tobias Nygren | Files touched by this commit (1)
Log message:
nickle: put back mk/readline.buildlink3.mk unconditionally
   2023-04-20 13:10:26 by Tobias Nygren | Files touched by this commit (4)
Log message:
nickle: fix configure checks instead

This is likely to trip up builtin readline on old NetBSD releases
too since macOS base ships a fork of NetBSD readline.
   2023-04-20 12:13:41 by Tobias Nygren | Files touched by this commit (1)
Log message:
unbotch comment
   2023-04-20 12:10:09 by Tobias Nygren | Files touched by this commit (1)
Log message:
nickle: force pkgsrc readline on macOS

The configure tests are bungled and nickle tries to use
non-existent symbols with the built-in readline:

Undefined symbols for architecture arm64:
  "_rl_echo_signal_char", referenced from:
      _stop in main.o
  "_rl_reset_after_signal", referenced from:
      _stop in main.o
   2023-04-18 23:31:08 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
nickle: update to 2.91.

test: Add test for sort functions
prng: Make randint work for values <= 0
sort: make pivot computation pass positive value to randint
edit: Use asprintf when creating file editing command to avoid overflow
PRNG: ensure that randint returns evenly distributed values
Fix release process
   2023-04-18 11:06:25 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
nickle: update to 2.90.

No release summary found.

Next | Query returned 47 messages, browsing 11 to 20 | Previous