Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2021-01-06
| ||
08:21 | Update documentation strings. Convert a few macros to inline functions. Leaf check-in: 31ff6fcc63 user: alexa tags: trunk, master, origin/trunk | |
07:50 | Move some things around to different files. Add some new functionality. Restructure ASDF file. Update copyrights. check-in: 69253f34a1 user: alexa tags: trunk, master, origin/trunk | |
2020-12-21
| ||
22:45 | I think I added a newline? check-in: fffa553d35 user: alexa tags: trunk, master, origin/trunk | |
22:44 | Remove a warning message, and fix functions check-in: 9440f28c1b user: alexa tags: trunk, master, origin/trunk | |
2020-10-03
| ||
09:27 | Allow SAMPLE to take an optional count argument check-in: 6e895a1917 user: alexa tags: trunk, master, origin/trunk | |
02:58 | Add some additional datetime functions check-in: b9294ce117 user: alexa tags: trunk, master, origin/trunk | |
2020-10-01
| ||
07:51 | Update .asd file and bump version to 1.7.0 check-in: ec07b8914d user: alexa tags: trunk, v1.7.0, master, origin/trunk | |
07:50 | Add new package: P36-LIB/TIME, and update copyrights. This is an updated port of my CL-DATETIME package. check-in: e5292f3bea user: alexa tags: trunk, master, origin/trunk | |
2020-09-10
| ||
19:59 | Add SAMPLE, SHUFFLE-SEQUENCE, and SHUFFLE-SEQUENCE-INPLACE. Export new symbols. check-in: a179a0a4b5 user: alexa tags: trunk, master, origin/trunk | |
19:58 | Change type declaration check-in: 215387ae4a user: alexa tags: trunk, master, origin/trunk | |
19:58 | Add READ-CHARACTER-STREAM-INTO-STRING check-in: 38d917b4d2 user: alexa tags: trunk, master, origin/trunk | |
2020-08-29
| ||
16:41 | Export new symbols and bump revision to 1.6.4 check-in: 8ba99b0b29 user: alexa tags: trunk, v1.6.4, master, origin/trunk | |
16:40 | Add and export ANSI/WITH-COLOR. check-in: d8ed3c9c6f user: alexa tags: trunk, master, origin/trunk | |
16:40 | Prefix the package onto the symbol check-in: 94d5f5c547 user: alexa tags: trunk, master, origin/trunk | |
16:39 | Add ANY? and CONTAINS-ANY? check-in: 614ecc9283 user: alexa tags: trunk, master, origin/trunk | |
2020-08-24
| ||
03:31 | Add STRING-CASE and EMPTY-STRING-P. Export STRING-STARTS-WITH. check-in: 91b44d3acd user: alexa tags: trunk, master, origin/trunk | |
2020-08-23
| ||
17:39 | Export QUEUE-PEEK, but not QUEUE check-in: b8e79bca74 user: alexa tags: trunk, master, origin/trunk | |
2020-04-02
| ||
08:58 | Add documentation strings, and a few features I forgot about. check-in: df79491458 user: alexa tags: trunk, master, origin/trunk | |
08:42 | Added QUEUE and BOUNDED-QUEUE classes check-in: 34c8fa67af user: alexa tags: trunk, master, origin/trunk | |
2020-03-24
| ||
22:40 | Add option to remove empty strings check-in: ea41cd299c user: alexa tags: trunk, master, origin/trunk | |
2020-02-25
| ||
09:38 | Export SPLIT-STRING/LIST check-in: 3eafefd94b user: alexa tags: trunk, master, origin/trunk | |
02:04 | Add new string functions/macros check-in: a788ed0b9b user: alexa tags: trunk, master, origin/trunk | |
2020-01-07
| ||
06:00 | Add new files and bump version check-in: 51230a75fd user: alexa@partition36.com tags: trunk, master, origin/trunk | |
06:00 | Added red-black tree and :p36-lib/data-structures package check-in: dda3e1a5ea user: alexa@partition36.com tags: trunk, master, origin/trunk | |
2020-01-05
| ||
22:32 | Bump version, 1.5.2 Leaf check-in: dc5019d40c user: alexa@partition36.com tags: trunk, v1.5.2, origin/trunk | |
22:32 | Add some macros to make certain write calls shorter check-in: 17c6b2d2ec user: alexa@partition36.com tags: trunk, origin/trunk | |
22:31 | Silence compiler warning on CCL check-in: 23a2e0900d user: alexa@partition36.com tags: trunk, origin/trunk | |
22:30 | Call sb-posix:stat-size since we have a stat check-in: 86598b7980 user: alexa@partition36.com tags: trunk, origin/trunk | |
2019-11-26
| ||
00:06 | Bump version check-in: d0c5b8fb51 user: alexa@partition36.com tags: trunk, origin/trunk | |
2019-11-25
| ||
21:06 | Added a few more utility functions check-in: 86ded84b88 user: alexa tags: trunk, origin/trunk | |
2019-10-08
| ||
02:26 | Added some new functionality * Added READ-FILE-INTO-STRING * Added BINDING-MULTIPLE-VALUES check-in: 52fb9c0004 user: alexa tags: trunk, origin/trunk | |
2019-07-28
| ||
00:29 | * Added INDENT-STRING * Minor improvements to readability to PRINT-INDENTED-STRING check-in: c1aa673916 user: alexa tags: trunk, origin/trunk | |
2019-07-19
| ||
11:32 | Fix compile under CCL check-in: 9235b7fb0a user: alexa tags: trunk, origin/trunk | |
01:12 | Added documentation strings to files.lisp check-in: 3ffa96d3dd user: alexa tags: trunk, origin/trunk | |
2019-07-18
| ||
22:51 | Forgot to remove GET-TEMPORARY-FILENAME from :p36-lib package check-in: f05400d167 user: alexa tags: trunk, origin/trunk | |
22:48 | Hopefully fixed what I did check-in: ea5a13c9af user: alexa tags: trunk, origin/trunk | |
22:35 | Updated readme Leaf check-in: 1cdf38a7a6 user: alexa tags: trunk, origin/release-1.5 | |
22:29 | Restructured repository so that it's more compartmentalized * New directory for :p36-files package (src/files/) * Moved ANSI terminal stuff to its own directory and package (src/ansi/, :p36-ansi) * Moved GET-TEMPORARY-FILENAME to the :p36-files package * Cleaned up exports in :p36-lib * Removed old data-structures directory (I'll do this from scratch later) check-in: 8e289ccbc5 user: alexa tags: trunk, origin/release-1.5 | |
21:45 | Added tag release-1.5 for changeset 77df1ce42ba6 check-in: 97e401c38f user: dj.haruko@gmail.com tags: trunk, origin/release-1.5 | |
21:30 | Bump version Leaf check-in: 28865e799a user: dj.haruko@gmail.com tags: trunk, release-1.5 | |
21:27 | Extend the new p36-files package's functions to work on strings and pathnames directly. Also export more symbols. check-in: f7268d81bd user: alexa@partition36.com tags: trunk | |
21:26 | Forgot this in last commit check-in: ffbd3b80d7 user: alexa@partition36.com tags: trunk | |
21:26 | Added some new functionality * CAP-AS-* functions * READ-NULL-TERM-STRING check-in: 29e0d5dc99 user: alexa@partition36.com tags: trunk | |
21:25 | Add DEBUG 1 check-in: b7f1d6903b user: alexa@partition36.com tags: trunk | |
21:24 | Update documentation check-in: cb1c8a31fd user: alexa@partition36.com tags: trunk | |
2019-07-17
| ||
11:49 | Started to implement a new subpackage: :P36-FILE. check-in: a8bb9f3a8b user: alexa@partition36.com tags: trunk | |
2019-06-23
| ||
08:11 | Added T/ANSI-SIMPLE-COLOR type check-in: f4c4b2e33f user: dj.haruko@gmail.com tags: trunk | |
2019-06-17
| ||
02:40 | Added tag release-1.4 for changeset 483bd6bf92fb check-in: f432c5ef64 user: alexa@partition36.com tags: trunk | |
02:34 | Added documentation strings to exported ANSI API functions check-in: 6740f9d8b4 user: alexa@partition36.com tags: trunk, release-1.4 | |
01:05 | Version bump check-in: d9a0257550 user: alexa@partition36.com tags: trunk | |