Login
Timeline
Login

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

50 check-ins occurring around 0b04884f2b0ab47b0843.

2022-09-27
23:25
Add some missing things check-in: 3b179acb3a user: alexa tags: trunk
2022-09-26
10:34
Add a bunch of IO convenience methods.

I use these a LOT and want to save on typing. check-in: 5ec58d963e user: alexa tags: trunk

10:21
Expand bitreader specs slightly check-in: 192deecbf4 user: alexa tags: trunk
10:21
Add BitReader#peekBytes check-in: f0ace1859f user: alexa tags: trunk
2022-09-25
12:10
Fix reading into an array check-in: 427420cf41 user: alexa tags: trunk
2022-09-23
09:11
Adjust some comments check-in: 7663878c97 user: alexa tags: trunk
09:09
Add comment check-in: b0a733f227 user: alexa tags: trunk
09:08
Add BitReader class check-in: f498cc32a6 user: alexa tags: trunk
2022-09-16
07:54
Add a few constants for convenience. check-in: d6dfc4328d user: alexa tags: trunk
2022-09-12
10:17
Update comment check-in: 2bb8710506 user: alexa tags: trunk
10:08
Update examples check-in: 4304822d67 user: alexa tags: trunk
10:07
Add note that the # modifier is currently ignored check-in: 48947b46db user: alexa tags: trunk
09:54
Fix ~@[ check-in: 4e5974c75d user: alexa tags: trunk
09:02
Update documentation. Add example for format. check-in: 15d0708d58 user: alexa tags: trunk
08:50
Implement string formatting using Common Lisp-style format strings. check-in: a7f0657b7e user: alexa tags: trunk
08:36
Most format directives added Closed-Leaf check-in: 9331a9cd53 user: alexa tags: private (unpublished)
02:55
Space check-in: 3ee81628b6 user: alexa tags: trunk
02:54
Start work on Format check-in: f7cd6066cd user: alexa tags: private (unpublished)
00:14
Add Int#toRoman, Int#toRoman?, and Int#toSpoken check-in: 1e3edb726c user: alexa tags: trunk
2022-09-05
15:43
Update version, header, and copyright text. Tag as v0.7.0 check-in: fecc2aab19 user: alexa tags: trunk, v0.7.0
15:36
Update headers/copyright check-in: 0ddd22407a user: alexa tags: trunk
15:36
Fix spec check-in: a7a66da28d user: alexa tags: trunk
15:31
Move files around. Add Terminology support. check-in: 4412e3be9d user: alexa tags: trunk
12:40
Remove the old ThreadPool class and replace it with JobPool.

It's simpler and works better. check-in: 96d972f465 user: alexa tags: trunk

2022-09-04
23:36
Update readme check-in: 903f4793cf user: alexa tags: trunk
23:26
I dunno why I was including the built documentation lol check-in: 38628a2525 user: alexa tags: trunk
23:23
Update readme. Rebuild docs. check-in: 069c746904 user: alexa tags: trunk
22:58
Add some documentation. Bump version to 0.6.0 and tag as such. check-in: 54baa309cd user: alexa tags: trunk, v0.6.0
09:04
Increase limit of progress bar. Fix call to Math.min check-in: a26fd6dcf6 user: alexa tags: trunk
07:40
Return the result of the block or Nil for withCalled*Arg methods check-in: 87704f2dc7 user: alexa tags: trunk
07:35
Expand the withCalled*Arg methods. check-in: 844a58fd29 user: alexa tags: trunk
06:19
Typo check-in: 55015cd442 user: alexa tags: trunk
06:18
Add some more newlines check-in: d2f657c94a user: alexa tags: trunk
06:15
Append a newline to the pre/post help texts check-in: 75aa39483d user: alexa tags: trunk
05:59
Fix the intended behavior of the setValue! and setValues! methods check-in: 75572454e7 user: alexa tags: trunk
05:08
Update tests check-in: 427a349d71 user: alexa tags: trunk
05:08
Add Slice#toArray and Array#toSlice check-in: 971190c9c8 user: alexa tags: trunk
05:07
Add multiplyAdd methods check-in: bbb1130261 user: alexa tags: trunk
05:07
Add ArrayPool class check-in: e59491b255 user: alexa tags: trunk
04:43
Add some extensions to the standard library check-in: dc7cde4dc0 user: alexa tags: trunk
02:49
Finish math specs check-in: 01137e4000 user: alexa tags: trunk
02:43
Add some math specs check-in: 423c8f559e user: alexa tags: trunk
01:14
skeleton file Closed-Leaf check-in: 0a03ca3866 user: alexa tags: private (unpublished)
01:06
Add support for custom usage lines check-in: 82ed1eb561 user: alexa tags: trunk
01:04
Fix two more things found with tests check-in: 91c36ad3d2 user: alexa tags: trunk
01:03
Finish specs for argument types. Fix some things found while writing
these.
check-in: e9e32d1d2b user: alexa tags: trunk
00:24
Start work on tests check-in: 287af97a6d user: alexa tags: trunk
00:23
Fix compiler warnings. Add constraints for StringArgument and
MultiStringArgument.
check-in: d4ac35adea user: alexa tags: trunk
2022-08-31
04:44
Update version. Tag as v0.5.3 check-in: 9f667c39b9 user: alexa tags: trunk, v0.5.3
04:41
Fix the size check for displaced arrays. check-in: 093536c060 user: alexa tags: trunk