This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix a few places that said 'int', but meant 'STRLEN'
[perl5.git] / win32 / makedef.pl
1999-03-24 Gurusamy Sarathysupport POSIX::uname() via win32_uname()
1999-03-08 Gurusamy Sarathyremove bogus symbols from global.sym
1999-02-12 Gurusamy Sarathysupport win32_putenv()
1999-02-08 Gurusamy Sarathymake safesysmalloc() etc., always available; safemalloc...
1998-11-09 Jan DuboisPL_block_type undefined unless DEBUGGING
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-26 Gurusamy Sarathyvarious win32 tweaks; disable new xs_cpp section (it...
1998-10-25 Gurusamy Sarathyallow more win32 symbol exports (suggested by Jan Dubois)
1998-09-25 Gurusamy Sarathybig Configure update from Jarkko: sync metaconfig units...
1998-09-25 Gurusamy Sarathybump patchlevel to 52; other little tweaks for threads...
1998-07-21 Gurusamy Sarathyfixes to enable PERL_OBJECT build with mingw32/egcs...
1998-07-11 Gurusamy Sarathyexport newRV_noinc on win32, deprecate AvFILL in favor...
1998-07-10 Gurusamy Sarathyadd win32_rename() that does what docs say
1998-07-09 Gurusamy Sarathyget it building again on win32
1998-07-02 Gurusamy Sarathyexport opendir() set of functions on win32
1998-06-28 Gurusamy Sarathyintegrate ansiperl to get makedef.pl tweak
1998-06-24 Nick Ing-SimmonsCorrect perl malloc tweak to .def generation
1998-06-15 Gurusamy Sarathyvarious win32 odds and ends
1998-06-14 Gurusamy Sarathyvarious win32 fixes
1998-06-12 Jan DuboisRe: execv in toke.c [PATCH]: win32 wrapper for _66
1998-06-03 Gurusamy Sarathy[win32] add AS patch#24, remove one other instance...
1998-05-31 Gurusamy Sarathy[win32] minimal fix to enable compiling with -DMULTIPLICITY
1998-05-18 Gurusamy Sarathy[asperl] integrate mainline changes (untested)
1998-05-10 Gurusamy Sarathy[win32] various tweaks to makefiles
1998-04-22 Jan Dubois[win32] hand-applied patch along with small tweaks
1998-04-17 Gurusamy Sarathy[win32] support POSIX, enable more locale tests
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-28 Nick Ing-SimmonsMissed FREAD in bytecode.h
1998-02-26 Gurusamy Sarathy[win32] various changes to make win32 build under the...
1998-02-15 Gurusamy Sarathy[asperl] integrate win32 branch
1998-02-15 Gurusamy Sarathy[win32] fix build problems due to renamed Config variables
1998-02-14 Douglas Lankshear[asperl] added AS patch#6
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-07 Gurusamy Sarathy[win32] integrate mainline, plus a few small win32...
1998-02-03 Gurusamy Sarathy[win32] Fix minor problems with non USE_THREADS build...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1997-12-24 Gurusamy Sarathy[win32] support ioctl() on sockets (does what ioctlsock...
1997-12-24 Gurusamy Sarathy[win32] add support for crypt() via user-supplied des_f...
1997-12-08 Gurusamy Sarathy[win32] re-add PERLVARI?C? change that somehow went...
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-02 Gurusamy Sarathy[win32] various hacks to get mingw32 to build. Sync...
1997-12-01 Nick Ing-SimmonsBuilds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-SimmonsFixup exports in non -DDEBUGGING case
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
1997-11-27 Nick Ing-SimmonsGCC builds perl.dll and perl.exe on Win32
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-16 Nick Ing-SimmonsMYMALLOC for Win32:
1997-11-15 Nick Ing-SimmonsImplement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-SimmonsUse __declspec(thread) var rather tha TslAlloc & co.
1997-11-12 Gurusamy SarathyMore cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy SarathyEgregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy SarathyFix various win32 code blemishes:
1997-11-12 Gurusamy SarathyAdd missing win32_closesocket() and export it (extensio...
1997-11-10 Gurusamy SarathyWin32 branch now contains all non-ansification changes...
1997-11-10 Gurusamy SarathyInitial (untested) merge of all non-ansi changes on...
1997-11-05 Nick Ing-SimmonsBuilds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris)
1997-10-31 Nick Ing-SimmonsFurther ANSI changes now builds and passes (most) tests
1997-10-13 Gurusamy SarathyInitial merge of win32 threads patch.
1997-10-10 Malcolm BeattieTook out mystack_foo for good, fixed up interp.sym...
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 Gurusamy Sarathywin32 extras and embedding
1997-08-06 Gurusamy Sarathyexec() fixed on win32
1997-06-11 Tim Bunce[differences between cumulative patch application and... perl-5.004_01
1997-05-15 Perl 5 Porters[inseparable changes from match from perl-5.003_99a...
1997-05-07 Gary ClarkWin32 boot_DynaLoader problem in 99
1997-04-26 Gurusamy SarathyWin32 update (three patches)
1997-04-22 Gurusamy SarathyWin32 update (two patches)
1997-04-17 Perl 5 Porters[inseparable changes from match from perl-5.003_97e...
1997-04-02 Perl 5 Porters[inseparable changes from match from perl-5.003_97...
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-08 Perl 5 Porters[inseparable changes from match from perl-5.003_93...
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
1997-01-29 Perl 5 Porters[inseparable changes from patch from perl5.003_23 to... perl-5.003_24