Simon Cruanes
eda9b08c1d
update doc
2014-12-16 23:09:07 +01:00
Simon Cruanes
8f5fc7334d
CCIO.read_all now with ?size parameter
2014-12-16 22:52:18 +01:00
Simon Cruanes
f229973ee3
use Bytes.extend (praise modernity!)
2014-12-16 22:50:47 +01:00
Simon Cruanes
059528257a
bugfix in CCIO.read_all and CCIO.read_chunks
2014-12-16 22:39:00 +01:00
Simon Cruanes
7d3fd8a45a
fix errors in documentation of CCString (slightly over-reaching sed)
2014-12-15 10:27:08 +01:00
Simon Cruanes
7c09b694b9
add CCFloat.{fsign, sign_exn}
2014-12-14 20:04:04 +01:00
Simon Cruanes
8a1d0e89e8
intro documentation updated; fixed some .mli
2014-12-13 04:13:12 +01:00
Simon Cruanes
d0c3af5492
continue removal of CCGen/CCsequence
2014-12-13 03:20:14 +01:00
Simon Cruanes
6313fb26c1
breaking: remove CCSequence and CCGen, since they have their own repositories
2014-12-13 02:11:47 +01:00
Simon Cruanes
d67dceddb8
prepare for 0.6.1
2014-12-08 10:36:25 +01:00
Simon Cruanes
a2c6a71b4d
use subtree gen/ for CCGen (symlink)
2014-12-02 02:04:44 +01:00
Simon Cruanes
24f8066999
small fix to CCKTree.Dot
2014-12-01 21:56:22 +01:00
Simon Cruanes
5f228501ad
CCKTree: more printers (to files)
2014-12-01 21:51:39 +01:00
Simon Cruanes
e8f63c3330
Merge commit '2a0ebbeaf79608503428731f7531d18cb0822601' from sequence
2014-12-01 16:06:40 +01:00
Simon Cruanes
cebc58ada1
CCKtree: add a Format printer
2014-12-01 15:45:08 +01:00
Simon Cruanes
23c1288849
expose CCFloat.fpclass as a public type
2014-11-30 22:23:03 +01:00
carm
26e1397a4a
CCOpt: add get_lazy convenience function
2014-11-30 14:13:52 -05:00
Simon Cruanes
e6aabf0d77
add missing @since annotations, updated authors
2014-11-30 18:30:11 +01:00
carm
7a328425b5
classify, equal_precision added to CCFloat
...
Changed author name in CCFloat licenses, added
epsilon constant for Pervasives.epsilon_float
2014-11-29 10:56:17 -05:00
carm
88d266a8a8
introduce CCFloat, add float functions to CCRandom
2014-11-28 13:00:42 -05:00
Simon Cruanes
b481d919bf
fix @since annotations
2014-11-23 14:41:40 +01:00
Simon Cruanes
16f160678d
prepare for 0.6
2014-11-23 14:14:46 +01:00
Simon Cruanes
a7657883e4
fix doc
2014-11-23 14:08:48 +01:00
Simon Cruanes
6e3b0f534a
CCache.{size,iter}
2014-11-23 14:08:42 +01:00
Simon Cruanes
f010bc6ebc
move misc/Cache to core/CCCache
2014-11-23 13:48:52 +01:00
Simon Cruanes
cb311bf764
breaking change: renamed CCIO to advanced.CCMonadIO; new CCIO module, much simpler
2014-11-23 13:05:30 +01:00
Simon Cruanes
13862b5133
CCMultiSet.{add_mult,remove_mult,update}
2014-11-23 11:54:37 +01:00
Simon Cruanes
a47bd108ec
CCVector.{top,top_exn}
2014-11-19 16:39:52 +01:00
Simon Cruanes
af850a88c1
CCFun.on_top_of (binary composition)
2014-11-19 15:03:44 +01:00
Hezekiah M. Carty
fbf24ea7c7
CCError.map2 could map to a new error type
...
With the recent change from `_ CCError.t` to `(_, _) CCError.t` it's reasonable to allow `map2` to take an argument transforming the error to a new type.
2014-11-18 11:09:54 -05:00
Simon Cruanes
0da13496a4
comments
2014-11-16 23:56:39 +01:00
Simon Cruanes
b8d84de4dc
some optimizations in CCVector
2014-11-13 22:21:09 +01:00
Simon Cruanes
ea6a07ed31
tests for CCList; made some functions tailrec
2014-11-13 20:57:14 +01:00
Simon Cruanes
ece324f4c2
CCList.init added
2014-11-13 20:32:41 +01:00
Simon Cruanes
0c1e7c30e8
more efficient versions of CCList.{flatten,append,flat_map}
2014-11-13 13:06:52 +01:00
Simon Cruanes
4ced583f33
merge back from stable
2014-11-12 00:42:28 +01:00
Simon Cruanes
c69dc8b009
CCError: now polymorphic on the error type; some retro-incompatibilies (wrap,guard)
2014-11-11 15:51:55 +01:00
Simon Cruanes
21fba9effa
more documentation in CCGen
2014-11-10 12:17:59 +01:00
Simon Cruanes
1debe08645
more tests for CCVector
2014-11-10 00:49:29 +01:00
Simon Cruanes
24b441579c
removed many warnings
2014-11-08 01:28:42 +01:00
Simon Cruanes
7197313d91
merge with github's master
2014-11-08 01:04:52 +01:00
Simon Cruanes
6ff9c11167
CCSequence now provides some bytes-dependent operations (so containers depends on bytes)
2014-11-08 01:01:03 +01:00
Simon Cruanes
dc7b774120
CCList.(>|=) map operator
2014-11-08 01:00:05 +01:00
Drup
fcf950e945
Add CCOpt.filter.
2014-11-07 08:48:19 +01:00
Simon Cruanes
4438505885
disable warning 44
2014-11-06 16:30:08 +01:00
Simon Cruanes
ed3bf4ba26
CCList.(>|=) infix map
2014-11-06 16:08:36 +01:00
Simon Cruanes
611086e6ab
make some functions in CCFun and CCString depend on ocaml version
2014-11-04 15:48:14 +01:00
Simon Cruanes
786334dcce
use Buffer whenever string mutation is needed
2014-10-30 01:48:16 +01:00
Simon Cruanes
ad705fd758
add Format printers to CCString
2014-10-29 17:59:38 +01:00
Simon Cruanes
1374a2741c
CCInt.neg
2014-10-28 16:38:56 +01:00