1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 12 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added .cvsignore. More... over 16 years ago
Add test_jh_Unzip_002.ml that adds a bit more coverage for Unzip module. More... over 16 years ago
Add Unzip test input generator script. More... over 16 years ago
Integrated patch for Unzip from Rob Atkey (extlib mailing list Nov 26, 2007). More... over 16 years ago
Integrate test case for Unzip from Rob Atkey. More... over 16 years ago
Add test case contributed by Robert Atkey to test a bug in Unzip module. More... over 16 years ago
Fix write_i16 bug as reported by Robert Atkey. IO(.BigEndian).write_i16 didn't accept -0x8000 which does fit into a 16-bit signed integer. More... over 16 years ago
Fix write_i16 bug as reported by Robert Atkey. IO(.BigEndian).write_i16 didn't accept -0x8000 which does fit into a 16-bit signed integer. More... over 16 years ago
Fix a bug in BitSet.enum next() function. Thanks to Pascal Zimmer for reporting the bug! More... about 17 years ago
Add test cases for a bug reported by Pascal Zimmer More... about 17 years ago
Fix unused variable warnings from extlib-test. More... about 17 years ago
Added ExtArray.Array.iter2. More... over 17 years ago
ExtList.remove should not raise Not_found when the element is not in the list. More... almost 18 years ago
nsplit "" _ ==> [] More... about 18 years ago
A couple of tiny documentation fixes More... about 18 years ago
1.5
Nicolas Cannasse
as ncannasse
More... about 18 years ago
don't print message when findlib not found (can be mistaken for an error)
Nicolas Cannasse
as ncannasse
More... over 18 years ago
removed Y warnings
Nicolas Cannasse
as ncannasse
More... over 18 years ago
Test Array.partition More... over 18 years ago
More efficient implementation of Array.filter, using BitSets. More... over 18 years ago
Test Array.enum and Array.of_enum functions. More... over 18 years ago
Array.enum and Array.of_enum More... over 18 years ago
Typo in documentation. More... over 18 years ago
Extend the tests to empty array cases. More... over 18 years ago
Added a test module for ExtArray. More... over 18 years ago
Fix Array.rev_in_place fencepost error. More... over 18 years ago
Added to ExtArray: Array.rev Array.rev_in_place Array.find Array.findi Array.filter Array.find_all More... over 18 years ago
Implementations of: Array.for_all Array.exists Array.mem Array.memq More... over 18 years ago
Skeletal ExtArray module. More... over 18 years ago
Tiny documentation fix More... over 18 years ago