0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Last minute comment prior to releasing Iom-0.2. More... about 20 years ago
Fix -p flag. More... about 20 years ago
Major refactoring between v0.1 and v0.2 (see CHANGES). More... about 20 years ago
Removing obsolete tests. More... about 20 years ago
New files. More... about 20 years ago
Increment version number to 0.2 More... about 20 years ago
Updated to reflect current development environments. More... about 20 years ago
Linux doesn't let you set SO_SNDLOWAT, so don't test for it. Fix some error messages to refer to the correct test number. More... about 20 years ago
Increment the copyright date to 2005. More... about 20 years ago
Changed the order of build. Now using ocamlfind to invoke ocamldoc. More... about 20 years ago
Updated for Cf-0.7 changes. More... about 20 years ago
Incremented version to 0.7 More... about 20 years ago
Updated for testing Cf-0.7 sources. More... about 20 years ago
Explicitly specify socket type tags. More... about 20 years ago
Make [setsockopt] and [getsockopt] method explicitly polymorphic. More... about 20 years ago
Add [`SOCK_SEQPACKET] to the allowed socket types in the [listen] function. There is no support for that socket type yet, but we must make room for it. When [setsockopt] fails, raise Unix_error with the right function name. More... about 20 years ago
Allow subclasses [Cf_poll.file] to have more states. Changed the type parameter of the [event] class to 'state, rather than 'event. Added the rwx_t convenience type, i.e. type rwx_t = [ `R | `W | `X ] More... about 20 years ago
Use Cf_seq.nil in place of Lazy.lazy_from_val Cf_seq.Z. More... about 20 years ago
Change name of [line_cursor] class to [cursor] for simplicity. More... about 20 years ago
Improve the normalize function and fix so it works even when compiled with -unsafe. More... about 20 years ago
New files. More... about 20 years ago
Use socklen_t instead of size_t to shut up GCC 4.0. More... about 20 years ago
Remove trailing underscore from event_ and put_ methods. More... about 20 years ago
Fixed some documentation errors. More... about 20 years ago
Use Cf_seq.nil instead of explicit cons. More... about 20 years ago
Use socklen_t instead of int and size_t (to shut up GCC 4.0 warnings about sign mismatches). Minor fixes to setsockopt to fix typo in exception generation. More... about 20 years ago
Updated dependencies. More... about 20 years ago
Use Cf_regex.expr_of_seq instead of Cf_regex.x_of_seq. Likewise for the of_string functions. More... about 20 years ago
Change some function names (parse -> expr_parse, x_of_seq -> expr_of_seq, x_of_string -> expr_of_string). Add parse and parsex functions. Fix bugs in the OCamlDoc text. More... about 20 years ago
Update copyright notices for 2005. More... about 20 years ago