ocaml/byterun
Gabriel Scherer 682aceb2a4 Revert "make string_of_float and float_of_string locale-independent (#1185)"
This reverts commit b0181bf8ba.

The revert comes from the fact that it breaks the build on OSX, see

  https://github.com/ocaml/ocaml/pull/1185#issuecomment-377098168
2018-03-29 07:09:09 +02:00
..
caml Revert "make string_of_float and float_of_string locale-independent (#1185)" 2018-03-29 07:09:09 +02:00
.depend Add the -dunique-ids and -dno-unique-ids options to the compilers 2018-02-20 18:02:35 +01:00
Makefile Remove dependencies on curses/terminfo/termcap C library (#1431) 2017-11-26 15:49:31 +01:00
Makefile.nt Canonicalize byterun's build system 2016-12-29 15:02:19 +01:00
afl.c fix speculative usage of <sys/shm.h> in AFL runtime (#1278) 2017-08-09 14:59:05 +01:00
alloc.c caml_alloc_float_array is not a primitive (#1644) 2018-03-02 13:49:52 +01:00
array.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
backtrace.c Recover "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_primitive" 2017-02-14 09:21:45 -05:00
backtrace_prim.c Rename: use _os suffix 2017-09-27 11:55:53 +02:00
bigarray.c runtime: bigarray now uses malloc and free instead of caml_stat_* 2017-03-25 01:15:08 +05:00
callback.c String_val: return 'const char *' when -safe-string is globally enabled (#1274) 2017-08-03 14:19:13 +01:00
compact.c Fix several printf format string issues 2017-08-14 21:19:16 +01:00
compare.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
custom.c Trigger a minor GC when custom blocks accumulate in minor heap (#1476) 2018-03-28 16:45:54 +02:00
debugger.c Rename: use _os suffix 2017-09-27 11:55:53 +02:00
dynlink.c Translate OCAML_STDLIB_DIR correctly on Windows (#1448) 2017-10-27 17:19:55 +02:00
extern.c fix primitives for marshal 2018-03-15 18:25:31 +01:00
fail.c Assertions cleanup 2017-03-13 13:55:08 +01:00
finalise.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
fix_code.c Assertions cleanup 2017-03-13 13:55:08 +01:00
floats.c Revert "make string_of_float and float_of_string locale-independent (#1185)" 2018-03-29 07:09:09 +02:00
freelist.c Fix caml_fl_cur_wsz accounting 2018-03-02 13:37:03 +01:00
gc_ctrl.c Restore 32bit compilation (#1295) 2017-08-29 10:42:23 +01:00
globroots.c Assertions cleanup 2017-03-13 13:55:08 +01:00
hash.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
instrtrace.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
intern.c fix primitives for marshal 2018-03-15 18:25:31 +01:00
interp.c Rename instructions GET/SETSTRINGCHAR -> GET/SETBYTESCHAR 2018-03-15 18:25:31 +01:00
ints.c String_val: return 'const char *' when -safe-string is globally enabled (#1274) 2017-08-03 14:19:13 +01:00
io.c Remove dependencies on curses/terminfo/termcap C library (#1431) 2017-11-26 15:49:31 +01:00
lexing.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
main.c Rename: use _os suffix 2017-09-27 11:55:53 +02:00
major_gc.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
md5.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
memory.c Unicode support for the Windows runtime (#1200) 2017-09-18 17:41:29 +02:00
meta.c Fix several printf format string issues 2017-08-14 21:19:16 +01:00
minor_gc.c Trigger a minor GC when custom blocks accumulate in minor heap (#1476) 2018-03-28 16:45:54 +02:00
misc.c Fix several printf format string issues 2017-08-14 21:19:16 +01:00
obj.c add -no-flat-float-array configure option 2017-09-15 18:24:36 +02:00
parsing.c Assertions cleanup 2017-03-13 13:55:08 +01:00
printexc.c String_val: return 'const char *' when -safe-string is globally enabled (#1274) 2017-08-03 14:19:13 +01:00
roots.c Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
signals.c Assertions cleanup 2017-03-13 13:55:08 +01:00
signals_byt.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
spacetime.c Assertions cleanup 2017-03-13 13:55:08 +01:00
stacks.c Fix several printf format string issues 2017-08-14 21:19:16 +01:00
startup.c Revert "make string_of_float and float_of_string locale-independent (#1185)" 2018-03-29 07:09:09 +02:00
startup_aux.c Revert "make string_of_float and float_of_string locale-independent (#1185)" 2018-03-29 07:09:09 +02:00
str.c remove unused primitives 2018-03-15 18:25:31 +01:00
sys.c Use native Windows API for Unix.{getenv,environment}, Sys.getenv (#1479) 2017-12-15 11:23:31 +01:00
unix.c Remove dependencies on curses/terminfo/termcap C library (#1431) 2017-11-26 15:49:31 +01:00
weak.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
win32.c Fix char vs wchar_t bug when expanding command line arguments under Windows (#1622) 2018-02-28 16:22:18 +01:00