Login
Timeline
Login

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

50 check-ins occurring around f4934331bf41c6ba50b0.

2023-04-26
10:28
Fix a few more things.

The code no longer crashes with larger files, but is not producing correct files again. check-in: 34fdaa2e88 user: alexa tags: trunk

08:27
Remove debugging statements check-in: ba75daf464 user: alexa tags: trunk
08:23
Abstract some stuff out to some macros check-in: ff2c4dc05d user: alexa tags: trunk
01:33
Update ignore-glob setting. check-in: 6e2d4b7dc1 user: alexa tags: trunk
00:27
Some files can now be compressed successfully. Other files are still
raising an out-of-bounds error.
check-in: 0ce6b70e75 user: alexa tags: trunk
2023-04-25
13:03
Remove some puts statements. Adjust a few things. check-in: 55e54de9dd user: alexa tags: trunk
12:50
Add (non-working) BZip2 compression support. check-in: 9980516451 user: alexa tags: trunk
12:49
Cast to u32 (probably useless, but consistent) Closed-Leaf check-in: 3dc6c176db user: alexa tags: private (unpublished)
12:42
More fixes check-in: 3f36cf7e48 user: alexa tags: private (unpublished)
12:07
More fixes. check-in: 8f2dd586a9 user: alexa tags: private (unpublished)
09:07
Small fixes, not working yet. check-in: 9b68671d38 user: alexa tags: private (unpublished)
2023-04-24
11:23
A few more fixes. Not working yet. check-in: cfb8206f2d user: alexa tags: private (unpublished)
11:03
Add bzip2Enc. Partially fix the bzip2 compressor (still broken). check-in: df80a84ee7 user: alexa tags: private (unpublished)
10:04
Finish the initial port of BZip2 compression. Not yet tested. check-in: 23fd416d2f user: alexa tags: private (unpublished)
06:36
DivSufSort.cr is ported check-in: 991b63546a user: alexa tags: private (unpublished)
2023-04-23
22:09
Almost done with BZip2's divsufsort check-in: f7b8ca4f90 user: alexa tags: private (unpublished)
04:54
More BZip2 compression work. check-in: bb92f2b166 user: alexa tags: private (unpublished)
2023-04-22
12:24
More bzip2 compression work. check-in: aa02e18f1b user: alexa tags: private (unpublished)
11:53
Start work on bzip2 compressor check-in: a44b5c306b user: alexa tags: private (unpublished)
08:13
Add BZip2 decoder. check-in: 32dad766b1 user: alexa tags: trunk
08:12
Update license info. Add example bzip2 decoder. Closed-Leaf check-in: cab0125ae1 user: alexa tags: private (unpublished)
06:40
BZip2 decompression can now decompress at least the few files I've
tested. The CRC32 part is broken, however.
check-in: d08af4a2aa user: alexa tags: private (unpublished)
00:29
More BZip2 additions. check-in: 8143d15ac7 user: alexa tags: private (unpublished)
2023-04-21
07:27
Add some initial bzip2 stuff. check-in: f5b1eb8958 user: alexa tags: private (unpublished)
2023-04-20
07:26
Fix typo check-in: 26f4471905 user: alexa tags: trunk
06:51
Update README. check-in: 3a42826a09 user: alexa tags: trunk
2023-04-19
03:57
Bump version, tag as v0.10.0 check-in: 1a5d9a9a09 user: alexa tags: trunk, v0.10.0
2023-04-05
03:11
Remove unused variables check-in: 0ab4f27d7b user: alexa tags: trunk
02:54
Make ProgressBar a generic class. check-in: 521898e305 user: alexa tags: trunk
02:07
Improve progress bar functionality:

* Step and Max are now UInt128
* Add #addEllipses
* Better type handling
* Compute the percent as a Float32

Also add a manual test program for the progress bar. check-in: 1b7b231e20 user: alexa tags: trunk

01:42
Adjust documentation comment. check-in: be98f9e934 user: alexa tags: trunk
01:41
Only subtract the post-bar label width if it's used.

Also add `ProgressBar#done?`, and change `ProgressBar#done` so that no changes can be made to the bar after it's called. This is a breaking change. check-in: 43baa1fbca user: alexa tags: trunk

01:40
Fix require path check-in: a3ee8f8e3e user: alexa tags: trunk
00:14
Add an optional "post-bar" label to the progress bar. check-in: 01ceffa06d user: alexa tags: trunk
2023-04-04
14:10
Termios will be deprecated soon, so use LibC instead check-in: 4ca54d520d user: alexa tags: trunk
2023-03-29
04:47
Bump version, tag as v0.9.0 check-in: 630c06cf63 user: alexa tags: trunk, v0.9.0
04:47
Fix a path check-in: 60c61fa12f user: alexa tags: trunk
04:46
Add some underscores check-in: 0f6825ce75 user: alexa tags: trunk
04:42
Make Int.positiveSpokenNumber public, add Int#positiveSpokenNumber, add spec for this. check-in: cadb51247e user: alexa tags: trunk
04:26
Add a .ameba.yml and fix some issues that were found. This includes breaking changes. check-in: 3ed7acd3e3 user: alexa tags: trunk
04:26
Enforce some settings check-in: 254865d1e7 user: alexa tags: trunk
2023-03-27
11:49
Fix arithmetic overflow check-in: 2aecdae44b user: alexa tags: trunk
2023-03-23
04:40
That should be an i32, not a u32 check-in: 3611a0afd1 user: alexa tags: trunk
2023-03-02
13:18
Add Slice#realloc extension check-in: 271bfb4659 user: alexa tags: trunk
2023-02-21
11:31
Add an alternate IO#withExcursion extension check-in: 99ef806171 user: alexa tags: trunk
2023-02-06
08:54
Add AssertionError and assert check-in: c67c1a76f3 user: alexa tags: trunk
2023-01-20
01:25
Add classSetonce! macro check-in: d526e60d72 user: alexa tags: trunk
2023-01-10
19:29
Add RemiLib.log= check-in: 9583dcdb79 user: alexa tags: trunk
2022-12-19
23:03
Bump revision, tag as v0.8.5 check-in: 7f1ec1e6d7 user: alexa tags: trunk, v0.8.5
2022-12-13
02:43
Add unsafe versions of multiplyAdd check-in: 8201819d73 user: alexa tags: trunk