Max Mouratov

Results 10 issues of Max Mouratov

This PR adds a new `--as-text` option, which is equivalent to the `--text` option in GNU Grep. Without this option, `ag` sometimes interprets cp1251-encoded sources as binaries. Effectively, the new...

This is what I get when doing `opam install re` with [the official installer](https://protz.github.io/ocaml-installer/): ``` #=== ERROR while installing re.1.7.1 ==========================================# # opam-version 1.2.2 # os cygwin # command ocaml...

1) USHR(-1, -1) wrongly produced -1; 2) The `best_int` check is redundant for all bitwise ops except SHL; 3) SHR, USHR, AND, OR, XOR performed unnecessary tag bit juggling.

#### Steps to reproduce the problem 1. Install the official Cygwin-based OCaml installer; 2. Install Odb by downloading the latest odb.ml, adding appropriate lines to findlib.conf, ld.conf and creating the...

#### Steps to reproduce the problem 1. Install the official Cygwin-based OCaml installer; 2. Install Odb by downloading the latest odb.ml, adding appropriate lines to findlib.conf, ld.conf and creating the...

#### Steps to reproduce the problem 1. Install the official Cygwin-based OCaml installer; 2. Install Odb by downloading the latest odb.ml, adding appropriate lines to findlib.conf, ld.conf and creating the...

#### Steps to reproduce the problem 1. Install the official Cygwin-based OCaml installer; 2. Install Odb by downloading the latest odb.ml, adding appropriate lines to findlib.conf, ld.conf and creating the...

In the interactive toplevel (`ocaml`), loading `topfind` fails: ``` $ ocaml OCaml version 4.02.3 # #use "topfind";; Cannot find file topfind. ``` The `topfind` file does exist: ``` $ test...

OCaml binaries are installed in `c:\OCaml`, and `ocamlc -where` returns this path, yet `camlp4 -where` returns `C:/ocamlmgw/lib\camlp4`. This seems to break compilation of Camlp4-related packages, e.g. `type_conv`.

fix-needed

`support/cltkDMain.c` seems to be an unused file. It also appears to be [syntactically incorrect](https://github.com/garrigue/labltk/blob/master/support/cltkDMain.c#L189).