Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-04-10
22:53
Fix printing of the "Bytes" suffix when the suffix type is :SIMPLE Leaf check-in: 0601bf754e user: alexa tags: trunk
2024-04-04
17:10
Bump revision, tag as v0.99.19 check-in: 4721fafd97 user: alexa tags: trunk, v0.99.19
17:05
Make it so that READ-BYTES doesn't need to use FILE-POSITION. Clean up READ-STREAM-TO-END a bit. check-in: 015c9b7ba1 user: alexa tags: trunk
2024-04-01
22:23
Add :SUFFIX-TYPE argument to PRETTY-PRINT-BYTES check-in: 50dc7835a7 user: alexa tags: trunk
2024-03-22
22:33
Fix bug in memory stream check-in: 60d92a110f user: alexa tags: trunk
2024-03-12
00:27
Update readme. Tag as v0.99.18 check-in: 172007f34e user: alexa tags: trunk, v0.99.18
00:25
Fix GC under ECL check-in: b08c1dc9ec user: alexa tags: trunk
00:22
Bump revision check-in: a30484a32f user: alexa tags: trunk
00:22
Fix compilation under ECL check-in: 2e4677500b user: alexa tags: trunk
00:22
Fix compilation under ClozureCL check-in: 044afc6eb0 user: alexa tags: trunk
2024-03-10
22:42
Remove unneeded function check-in: 6b52054a45 user: alexa tags: trunk
22:42
Bump cl-sdm-log-concurrent version as well check-in: 7337a404ca user: alexa tags: trunk
22:41
Fix a race condition. Remove the NO-PURGE option from STOP-LOGGER (breaking change). Bump revision to v0.99.17, tag as v0.99.17 check-in: 9df414d8d9 user: alexa tags: trunk, v0.99.17
2024-03-08
09:12
Better handling of log streams check-in: 96e3954077 user: alexa tags: trunk
2024-01-02
20:32
Change &rest to &body check-in: 241dde8b30 user: alexa tags: trunk
12:00
Update the progress bar with documentation and new features check-in: 24db9bfaa3 user: alexa tags: trunk
2023-12-01
12:43
Let STRING-STARTS-WITH also take a character for its PART argument check-in: ebc2ef4e8e user: alexa tags: trunk
05:03
Allow stream flushing on all LOGGER types check-in: a8dbf079e7 user: alexa tags: trunk
05:03
Add missing shlog files check-in: dff57daa05 user: alexa tags: trunk
05:03
Fix DEFINE-SIMPLE-ERROR check-in: f9719b6c76 user: alexa tags: trunk
02:01
Add WHEN-VAR.

This is a lot like WHEN-LET in Alexandria, but just a tiny bit
different in that it's only for a single variable check-in: 7e4e29ff6e user: alexa tags: trunk

02:00
Update ASDF file check-in: 879beb9000 user: alexa tags: trunk
01:48
Add FILE-SYMLINK-P check-in: 9c9b8f945b user: alexa tags: trunk
2023-11-12
07:31
Add DEFINE-SIMPLE-ERROR check-in: 8d56e75256 user: alexa tags: trunk
07:31
Fix build on CLISP check-in: 8afac96b5a user: alexa tags: trunk
2023-10-27
04:44
Fix some bad/missing exported symbols. Bump version, tag as v0.99.16 check-in: 564782994b user: alexa tags: trunk, v0.99.16
04:05
Update README check-in: 36e5f31108 user: alexa tags: trunk
04:02
Merge and integrate the logger-refresh branch. Bump version, tag as v0.99.15 check-in: cd835848ab user: alexa tags: trunk, v0.99.15
04:01
Update README Closed-Leaf check-in: aa9aec6b83 user: alexa tags: logger-refresh
04:00
Check the type of TAG and PRIORITY better. check-in: 5904bda3de user: alexa tags: logger-refresh
03:56
Merge and integrate the add-concurrent-logger branch check-in: b33bab53bd user: alexa tags: logger-refresh
03:56
Derp, have PRINT-MESSAGE return NIL. Closed-Leaf check-in: cd06cc147b user: alexa tags: add-concurrent-logger
03:55
Update a few more changes for return values. check-in: 6e0b35e904 user: alexa tags: add-concurrent-logger
03:54
Document that PRINT-MESSAGE returns T check-in: 15d069983a user: alexa tags: add-concurrent-logger
03:53
Merge refresh changes. Change PRINT-MESSAGE to return T. check-in: 3166bb97a9 user: alexa tags: add-concurrent-logger
03:37
Better document this file. Also remove AS-WRAPPED. check-in: 55b077ad8b user: alexa tags: logger-refresh
03:37
Add an option to sanitize the output check-in: 0643e4a04f user: alexa tags: logger-refresh
03:06
Change some of the names of the generic functions used by loggers, and
simplify them. Remove the "pre-print" functions.
check-in: 573030ec18 user: alexa tags: logger-refresh
02:41
Remove old concurrent-logger.lisp file check-in: 2d8d34a230 user: alexa tags: trunk
02:40
Add LOGGER-FLUSH check-in: 866b268ea0 user: alexa tags: add-concurrent-logger
02:36
Merge from trunk check-in: 61e29b01c4 user: alexa tags: add-concurrent-logger
02:36
Fix some comments check-in: 902d77a006 user: alexa tags: trunk
02:30
Reintroduce a concurrent logger.

This is a bit different than the last attempt in that you need to
require a separate system (cl-sdm-concurrent). check-in: a384d5d635 user: alexa tags: add-concurrent-logger

2023-10-26
22:04
Add documentation to STRING-SANITIZE. Change the constants it uses to
variables (and export them) so they can be adjusted.
check-in: 05b3c23d5e user: alexa tags: trunk
21:59
Change STRING-REPLACE-WITH to also accept a vector. Add STRING-SANITIZE. check-in: ac1d23d929 user: alexa tags: trunk
21:29
Add STRING-REPLACE-WITH check-in: 3186ac312d user: alexa tags: trunk
2023-10-23
08:06
Bump revision, tag as v0.99.14 check-in: 50c4823c67 user: alexa tags: trunk, v0.99.14
08:05
Export a symbol that was meant to be exported earlier check-in: 60dc1c2646 user: alexa tags: trunk
08:05
Fix initialize-instance of memory-stream check-in: 2731ed2619 user: alexa tags: trunk
08:04
Fix some comments check-in: 500af896fe user: alexa tags: trunk