summaryrefslogtreecommitdiff
path: root/byterun/win32.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several printf format string issuesOlivier Andrieu2017-08-141-4/+3
* Fix the stack overflow in the stack overflow handler on Windows! (#1289)David Allsopp2017-08-141-1/+1
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-031-8/+9
* cherry-pick the fix for MPR#7557 from 4.04Damien Doligez2017-06-231-1/+8
* GPR#938 cont.: fix compilation for MSVC32 (#1170)David Allsopp2017-05-151-10/+11
* Win64 stack overflow detection (#938)Olivier Andrieu2017-05-091-30/+54
* runtime: added caml_stat_block, caml_stat_string type aliasesMax Mouratov2017-03-171-6/+6
* runtime: deprecation of caml_strdup, caml_strconcatMax Mouratov2017-03-171-11/+11
* runtime: replacing direct calls to malloc/calloc/realloc/free with calls to c...Max Mouratov2017-03-171-2/+2
* Fix comment + changes entryJonathan Protzenko2017-02-031-1/+1
* Fix custom pattern expansion on Windows + commentsJonathan Protzenko2017-01-311-0/+5
* Fix spacetime deadlock (#768)Leo White2016-12-141-0/+8
* Improve OS-dependent determination of file name for the current executableXavier Leroy2016-09-051-6/+15
* Install all include files, and access internals with CAML_INTERNALSFabrice Le Fessant2016-07-121-0/+2
* Correct missing header #define's in old MSVCDavid Allsopp2016-03-101-0/+6
* Provide workaround for missing _vscprintfDavid Allsopp2016-03-101-0/+20
* Correctly detect _set_invalid_parameter_handlerDavid Allsopp2016-03-101-1/+1
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Use Microsoft UCRT snprintf rather than shimDavid Allsopp2016-01-081-0/+2
* Use SUPPORT_DYNAMIC_LINKING in s.h on WindowsDavid Allsopp2016-01-041-0/+33
* Branch win32-sockets: move do_read and do_write to OS-specific file.Xavier Leroy2015-12-041-12/+49
* Experiment: Win32 sockets in non-synchronous mode.Xavier Leroy2015-11-301-0/+30
* Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public)Mark Shinwell2015-06-081-6/+1
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer2014-12-271-6/+6
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-1/+1
* PR#6075: fix build under Windows (there is no caml_strbuf_free).Alain Frisch2014-04-221-1/+1
* PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf).Xavier Leroy2014-04-151-48/+73
* Remove debug.Alain Frisch2013-06-181-1/+0
* #4719: use GetModuleFileName to get an absolute path to the current executabl...Alain Frisch2013-06-181-0/+13
* Commit Xavier's fix for #6032.Alain Frisch2013-06-061-1/+6
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-251-2/+2
* byterun/win32.c: use < > to #include flexdll.h instead of "".Wojciech Meyer2013-02-251-2/+2
* Fix #4887 (input_char after close_in crashes ocaml, msvc runtime). Patch by C...Alain Frisch2013-01-171-0/+20
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* PR#5312: remove the Windows @responsefile feature, that conflictedGabriel Scherer2012-07-101-61/+0
* Improve self-initialization of the Random module, using /dev/urandomXavier Leroy2012-03-141-13/+10
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* clean up spaces and tabsDamien Doligez2010-01-221-10/+10
* Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...Alain Frisch2008-04-221-2/+2
* Use the new page classification method for the stack-overflow detection on wi...Alain Frisch2008-01-151-3/+3
* Merge the natdynlink branch into HEAD.Alain Frisch2007-11-061-24/+24
* Improved self initialization of PRNGs under Win32Xavier Leroy2007-03-011-0/+17
* Stack overflow detection not working under Win64Xavier Leroy2007-03-011-6/+2
* Tentative fix for PR#3927. To be tested.Xavier Leroy2007-02-251-2/+9
* System stack overflow detection for Win32Xavier Leroy2007-01-291-0/+126
* CommentairesXavier Leroy2006-10-031-1/+1
* Compatibilite avec Visual C++ version 6Xavier Leroy2006-10-011-0/+4
* Revised DLL loading: distinguish between loading for executionXavier Leroy2006-09-281-2/+8
* Suite nettoyage signaux (pour Win32)Xavier Leroy2005-10-121-14/+5
* Remplacement long/unsigned long par intnat/uintnatXavier Leroy2005-09-221-4/+4