platform/upstream/perl.git
1997-12-05 Nick Ing-SimmonsResolve ansiperl against win32
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-02 Gurusamy Sarathy[win32] makegcc.mk merged into makefile.mk, so makegcc...
1997-12-02 Gurusamy Sarathy[win32] Integrate winansi again. Result builds and...
1997-12-02 Gurusamy Sarathy[win32] various hacks to get mingw32 to build. Sync...
1997-12-02 Nick Ing-SimmonsAdd a 4th step (yes FOUR) to dll build process for...
1997-12-02 Nick Ing-SimmonsSarathy's patch
1997-12-01 Gurusamy Sarathy[win32] Reverse integrate to get all of Nick's changes...
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-SimmonsDisable hard-coded -DDEBUGGING
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsGlobals and structs via macros - part 1 of N
1997-11-29 Nick Ing-SimmonsVC++ default to threaded
1997-11-29 Nick Ing-SimmonsAvoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-SimmonsNon-threaded build fix
1997-11-29 Nick Ing-SimmonsSort out malloc_mutex for perl's malloc
1997-11-29 Nick Ing-SimmonsIntegrate win32 into ansiperl
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
1997-11-28 Nick Ing-SimmonsUn-botch gcc workround
1997-11-28 Nick Ing-SimmonsBuilds completely with Mingw32, dynamic loaded extensions
1997-11-28 Gurusamy Sarathy[win32] integrate winansi.
1997-11-28 Gurusamy Sarathy[win32] Integrate mainline.
1997-11-27 Nick Ing-SimmonsGCC builds perl.dll and perl.exe on Win32
1997-11-27 Nick Ing-SimmonsAdd files and tweak others to get 'native' Mingw32...
1997-11-27 Malcolm BeattieGive dire warnings about the IRIX 6.2 kernel panic.
1997-11-27 Andreas KönigFix prototypes of sv_vsetpvfn and sv_vcatpvfn:
1997-11-27 Malcolm BeattieIntegrate win32 branch back into mainline.
1997-11-27 Paul MarquessFix t/lib/safe2.t for SunOS 4.1.3:
1997-11-27 Ilya ZakharevichFix MYMALLOC (wrong #define in malloc.c):
1997-11-27 Owen TaylorFix newSVrv so sv_setref_foo work better:
1997-11-27 Malcolm BeattieOutput skipped test information in test suite:
1997-11-27 Ilya ZakharevichAdd 'W'atch command to debugger and improve help:
1997-11-27 Ilya ZakharevichStop double initialisation of malloc_mutex:
1997-11-27 Malcolm BeattieFix PVLV case in sv_setsv (plus tests in op/pat.t).
1997-11-27 Nick Ing-SimmonsMerge win32 and ansiperl branches post _55 tweaks from...
1997-11-26 Gurusamy Sarathy[win32] merge win32-aware installperl in ansiperl branch.
1997-11-26 Gurusamy Sarathy[win32] Fix for C<sort 'foo'...> bug:
1997-11-26 Nick Ing-SimmonsWin32-ize installperl
1997-11-26 Gurusamy Sarathy[win32] Another trivial patch:
1997-11-26 Nick Ing-SimmonsFixup _55 for Win32:
1997-11-26 Gurusamy Sarathy[win32] Sync yet another patch (this one manually edited):
1997-11-26 Gurusamy Sarathy[win32] Sync another change from local repository.
1997-11-26 Gurusamy Sarathy[win32] Sync a change from local repository.
1997-11-26 Nick Ing-SimmonsIntegrate mainline as of _55
1997-11-26 Gurusamy Sarathy[win32] Various changes to make it build cleanly and...
1997-11-25 Gurusamy Sarathy[win32] Fixup the places where the automatic merge...
1997-11-25 Gurusamy Sarathy[win32] reverse integrate mainline
1997-11-25 Malcolm BeattieFix minor thinkos in hv.c and pp_ctl.c. This is 5.004_55.
1997-11-25 Malcolm BeattieAdd t/avhv.t to MANIFEST and bump patchlevel.h to 55.
1997-11-25 Ilya ZakharevichMove malloc_mutex initialisation/destruction:
1997-11-25 Owen TaylorMake hv_ functions cope better with 'm'-magic:
1997-11-25 Malcolm BeattieFix typo in Thread.xs.
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch for DynaLoader/dl_aix.xs and hints/aix.sh:
1997-11-25 Jarkko HietaniemiAIX patch for hints/aix.sh:
1997-11-25 Malcolm BeattieFix scalar dereference of threadsv variables (e.g....
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-25 Jarkko HietaniemiRemove bincompat3 support:
1997-11-25 Ilya ZakharevichEmacs/tags update:
1997-11-23 Nick Ing-SimmonsAdd $$_ test
1997-11-23 Gurusamy Sarathy[win32] Initial reverse integration of winansi branch.
1997-11-23 Gurusamy SarathyAdd to docs about the BEGIN { shift } feature. Make...
1997-11-22 Nick Ing-SimmonsDuplicate perl_threadsv
1997-11-22 Nick Ing-SimmonsMunge pseudo-Configure stuff to add -thread to archname as
1997-11-22 Nick Ing-SimmonsBuilds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-22 Nick Ing-SimmonsResolve ansiperl against mainline
1997-11-22 Nick Ing-SimmonsResolve ansiperl against win32
1997-11-22 Gurusamy Sarathy- shift() inside BEGIN|END|INIT now shifts @ARGV instea...
1997-11-22 Gurusamy Sarathy[win32] Generic change in win32 branch: don't just...
1997-11-22 Gurusamy Sarathy[win32] Integrate mainline.
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-21 Paul MarquessFilter patch to toke.c:
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-20 Malcolm BeattieInitial stab at IRIX configuration support for threadin...
1997-11-19 Malcolm BeattieThe new jumbo regexp stuff did SSPUSHINT on a char...
1997-11-19 Malcolm Beattieavhv_keys under Digital UNIX made avhv.t fail because...
1997-11-19 Jarkko HietaniemiLet Configure sort out get{host,net}byaddr* prototypes:
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-11-18 Joshua PritikinSeparate avhv_foo() key handling into avhv_keys()....
1997-11-18 Malcolm BeattieBring MANIFEST up to date. Add new thread tests.
1997-11-18 Malcolm Beattiemagic_setisa enhanced to update %FIELDS automatically...
1997-11-18 Malcolm BeattieFix typo in win32 -> mainline integration.
1997-11-18 Malcolm BeattieIntegrate win32 branch back into mainline.
1997-11-18 Gurusamy Sarathy[Win32] Export our own FD_SET() et al to complete socke...
1997-11-16 Nick Ing-SimmonsGeneric file changes for MYMALLOC
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-15 Gurusamy SarathyAdd #include guard in Thread.xs so it will build even...
1997-11-15 Nick Ing-SimmonsIntegrate mainline (5.004_54?) into ansiperl
1997-11-15 Nick Ing-SimmonsInterate win32 into ansiperl
1997-11-14 Gurusamy SarathyIntegrate mainline changes into win32 branch. Now...
1997-11-14 Malcolm BeattieTwo more delays added to test suite to help *-solaris...
1997-11-14 Malcolm BeattieRemove stale code from Thread.xs.
1997-11-14 Malcolm BeattieAdd delay to signal handling in t/op/magic.t. (Solaris...
1997-11-14 Gurusamy SarathyFix various details in win32 makefiles and Config.pm...
next