index
:
delta/ocaml.git
3.08
3.09
3.10
3.11
3.12
4.00
4.00-with-binannot
4.01
4.02
4.03
4.04
4.05
4.06
4.07
4.08
4.09
4.10
4.11
4.12
4.13
4.14
5.0
5.1
FSF
MPR7048
MPR7609
MPR7609-continued
MPR7638
MPR7642
PR7042
abstract-new
abstract_intel_emit
abstract_x86_asm
afrisch_fix_reachable_words
afrisch_fix_stdlib_makefile_windows
annot-from-lambda
arm-literals
arm64
ast_rewriter
atomic_write_cmi
attributes
autofocus
backend-optims
big-marshal
binary-annot
binary-compat
build-with-debugging-informations
cc-optim
cducetrunk
class-with-type
cmm-mach-types
constructors_with_record
constructors_with_record2
constructors_with_record3
constructors_with_record4
constructors_with_record5
contracts
contracts-3.11
contribution_workflow
delegate
deprecated_optional_arguments
disable_unused_warnings_for_print_types
doc2attr
doc_windows_unicode
dothat
dwarf
dynamic_loading
dynamics
dyntypes
enter-mod-decl
ephemeron
exception_registration
execvpe
expoly
extension_points
fastclass
faster-testsuite
fix-32bit-warning
fix-getwd-use
fix_7657
fix_7680
fix_7682
fix_large_file_lseek_windows
fix_mingw
fix_ocamllex
fixedtypes
flambda
flambda_trunk
fmu
fstclassmod
fstclassmod_parametrized
gadt-warnings
gadts
gadts-devel
gadts-devel-lenormand
gcaml
gcaml3
gcaml3090
gcaml3101
ground_coercion
hex-float
hidden_args
implicit-subtyping
implicit-unpack
implicits
improve-PIC-and-PIE
improve_arg_read_arg
inline-more
inplace_let
ios-support
jo311
jo312
jo400
jo401
jocamltrunk
jocamltrunk+cduce
labltk
let_open_in_classes
letopen
letopenin
lightlabels
located_errors
m7100_gc_when_many_custom_blocks_in_minor_heap
map_file_omission
mark_expansive
master
menubars
merge_sig_str
metadata
minus-camlp4
mltk
module-alias
module_of_module_type
moduletypeof
monadic_let
more_unboxing
multimatch
namespaces
natdynlink
new-test-framework
newfunsyntax
newoolab
newoolab2
newoolabmult
newsysthreads
newtypein
no_internal_deprecation
non-vanishing
objvariants
ocaml-binannot
ocaml2
ocamldebug_g
ocamlmode
olabl
open_types
opt_backtrace
override
overridemethod
poly_meth
poly_meth2
polyrec
ppc64
pr/1866
pr7591
pr7661-again
pr8891
pr8908
pr8934
private_abbrevs
raise_variants
record-disambiguation
recursive_modules
remove-libnum
remove_spurious_semi_colons
resurrect-cygwin64-review-base
revert-1377-ocamldep_nested_include_fix
safe-string
short-paths
short-paths-4.01
sigsubst
simplify_duplicate_ident_optim
sse2
static_exceptions
strict_labels
stripped-ocaml
test_for_self_review
tests_asmcomp_revised
tmp-merging-3.12.1
treematch
trunk
unlabeled-1.1.2
unlabeled-1.2.2
unlabeled-1.3.2
unused_declarations
user-defined-indexing-operators
variants303
varunion
warning_attribute_on_type_exprs
win32
win32-rename
win32-sockets
with-frame-pointers
github.com: ocaml/ocaml
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
byterun
/
win32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several printf format string issues
Olivier Andrieu
2017-08-14
1
-4
/
+3
*
Fix the stack overflow in the stack overflow handler on Windows! (#1289)
David Allsopp
2017-08-14
1
-1
/
+1
*
String_val: return 'const char *' when -safe-string is globally enabled (#1274)
yallop
2017-08-03
1
-8
/
+9
*
cherry-pick the fix for MPR#7557 from 4.04
Damien Doligez
2017-06-23
1
-1
/
+8
*
GPR#938 cont.: fix compilation for MSVC32 (#1170)
David Allsopp
2017-05-15
1
-10
/
+11
*
Win64 stack overflow detection (#938)
Olivier Andrieu
2017-05-09
1
-30
/
+54
*
runtime: added caml_stat_block, caml_stat_string type aliases
Max Mouratov
2017-03-17
1
-6
/
+6
*
runtime: deprecation of caml_strdup, caml_strconcat
Max Mouratov
2017-03-17
1
-11
/
+11
*
runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...
Max Mouratov
2017-03-17
1
-2
/
+2
*
Fix comment + changes entry
Jonathan Protzenko
2017-02-03
1
-1
/
+1
*
Fix custom pattern expansion on Windows + comments
Jonathan Protzenko
2017-01-31
1
-0
/
+5
*
Fix spacetime deadlock (#768)
Leo White
2016-12-14
1
-0
/
+8
*
Improve OS-dependent determination of file name for the current executable
Xavier Leroy
2016-09-05
1
-6
/
+15
*
Install all include files, and access internals with CAML_INTERNALS
Fabrice Le Fessant
2016-07-12
1
-0
/
+2
*
Correct missing header #define's in old MSVC
David Allsopp
2016-03-10
1
-0
/
+6
*
Provide workaround for missing _vscprintf
David Allsopp
2016-03-10
1
-0
/
+20
*
Correctly detect _set_invalid_parameter_handler
David Allsopp
2016-03-10
1
-1
/
+1
*
Update headers for the new license.
Damien Doligez
2016-02-18
1
-12
/
+14
*
Use Microsoft UCRT snprintf rather than shim
David Allsopp
2016-01-08
1
-0
/
+2
*
Use SUPPORT_DYNAMIC_LINKING in s.h on Windows
David Allsopp
2016-01-04
1
-0
/
+33
*
Branch win32-sockets: move do_read and do_write to OS-specific file.
Xavier Leroy
2015-12-04
1
-12
/
+49
*
Experiment: Win32 sockets in non-synchronous mode.
Xavier Leroy
2015-11-30
1
-0
/
+30
*
Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public)
Mark Shinwell
2015-06-08
1
-6
/
+1
*
PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...
Gabriel Scherer
2014-12-27
1
-6
/
+6
*
merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...
Damien Doligez
2014-08-22
1
-1
/
+1
*
PR#6075: fix build under Windows (there is no caml_strbuf_free).
Alain Frisch
2014-04-22
1
-1
/
+1
*
PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).
Xavier Leroy
2014-04-15
1
-48
/
+73
*
Remove debug.
Alain Frisch
2013-06-18
1
-1
/
+0
*
#4719: use GetModuleFileName to get an absolute path to the current executabl...
Alain Frisch
2013-06-18
1
-0
/
+13
*
Commit Xavier's fix for #6032.
Alain Frisch
2013-06-06
1
-1
/
+6
*
misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).
Wojciech Meyer
2013-02-25
1
-2
/
+2
*
byterun/win32.c: use < > to #include flexdll.h instead of "".
Wojciech Meyer
2013-02-25
1
-2
/
+2
*
Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...
Alain Frisch
2013-01-17
1
-0
/
+20
*
remove all $Id keywords
Damien Doligez
2012-10-15
1
-2
/
+0
*
PR#5312: remove the Windows @responsefile feature, that conflicted
Gabriel Scherer
2012-07-10
1
-61
/
+0
*
Improve self-initialization of the Random module, using /dev/urandom
Xavier Leroy
2012-03-14
1
-13
/
+10
*
renaming of Objective Caml to OCaml and cleanup of copyright headers
Damien Doligez
2011-07-27
1
-1
/
+1
*
clean up spaces and tabs
Damien Doligez
2010-01-22
1
-10
/
+10
*
Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...
Alain Frisch
2008-04-22
1
-2
/
+2
*
Use the new page classification method for the stack-overflow detection on wi...
Alain Frisch
2008-01-15
1
-3
/
+3
*
Merge the natdynlink branch into HEAD.
Alain Frisch
2007-11-06
1
-24
/
+24
*
Improved self initialization of PRNGs under Win32
Xavier Leroy
2007-03-01
1
-0
/
+17
*
Stack overflow detection not working under Win64
Xavier Leroy
2007-03-01
1
-6
/
+2
*
Tentative fix for PR#3927. To be tested.
Xavier Leroy
2007-02-25
1
-2
/
+9
*
System stack overflow detection for Win32
Xavier Leroy
2007-01-29
1
-0
/
+126
*
Commentaires
Xavier Leroy
2006-10-03
1
-1
/
+1
*
Compatibilite avec Visual C++ version 6
Xavier Leroy
2006-10-01
1
-0
/
+4
*
Revised DLL loading: distinguish between loading for execution
Xavier Leroy
2006-09-28
1
-2
/
+8
*
Suite nettoyage signaux (pour Win32)
Xavier Leroy
2005-10-12
1
-14
/
+5
*
Remplacement long/unsigned long par intnat/uintnat
Xavier Leroy
2005-09-22
1
-4
/
+4
[next]