summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* applied patch, along with many changes:Douglas Lankshear1998-06-2128-1917/+1964
| | | | | | | | | | | - ipfoo.h headers have been coalesced along with perlfoo.h into iperlsys.h - win32/cp*.h have been combined in perlhost.h - CPerlObj::PerlParse() takes an extra xsinit arg - tweaks to get dl_win32.xs compiling again w/ PERL_OBJECT Message-Id: <000001bd9b8c$0417fe90$a32fa8c0@tau.Active> Subject: RE: [PATCH 5.004_67] Fixes for broken MS compiler p4raw-id: //depot/perl@1172
* Re: PATCH _67 (Doc) perlop.pod Daniel Grisinger1998-06-211-3/+6
| | | | | Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com> p4raw-id: //depot/perl@1171
* a tweaked version of:Douglas Lankshear1998-06-213-20/+117
| | | | | | Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1170
* added patch, regen headersIlya Zakharevich1998-06-215-6/+17
| | | | | | Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu> Subject: Re: Ilya's patches p4raw-id: //depot/perl@1169
* docs creating files via openTom Phoenix1998-06-211-2/+3
| | | | | Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com> p4raw-id: //depot/perl@1168
* Better version of malloc improverIlya Zakharevich1998-06-211-39/+77
| | | | | Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1167
* enhance perlre.pod to say C<)> can't appear in a (?#...) commentGurusamy Sarathy1998-06-201-1/+3
| | | p4raw-id: //depot/perl@1166
* added patch, tweaked missed files, excised comment that doesn't reallyJoshua Pritikin1998-06-209-35/+22
| | | | | | | belong in the sources Message-Id: <H00000e500072c63@MHS> Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup p4raw-id: //depot/perl@1165
* add File-Spec-0.6 from CPANGurusamy Sarathy1998-06-208-0/+894
| | | p4raw-id: //depot/perl@1164
* tweaks to allow both mingw32{gcc-2.8.1,egcs-1.0.2} build and testGurusamy Sarathy1998-06-203-7/+17
| | | p4raw-id: //depot/perl@1163
* manual integration of all outstanding ansi branch stuff into mainlineGurusamy Sarathy1998-06-207-34/+51
| | | p4raw-id: //depot/perl@1162
* undo goofed change 1157 (backed out the fix instead of keeping it)Gurusamy Sarathy1998-06-201-1/+1
| | | p4raw-id: //depot/perl@1161
* cleanup installation of utilities on win32Gurusamy Sarathy1998-06-205-74/+114
| | | p4raw-id: //depot/perl@1159
* intuit @INC pathnames from exe location only if dll locationGurusamy Sarathy1998-06-201-1/+3
| | | | | is unknown (ensures that multiple executables will coexist) p4raw-id: //depot/perl@1158
* make perldoc ignore null files (it tried to open() them)Gurusamy Sarathy1998-06-201-1/+1
| | | p4raw-id: //depot/perl@1157
* fix perldoc to ignore unfound null filenamesGurusamy Sarathy1998-06-191-1/+1
| | | p4raw-id: //depot/perl@1156
* update repository copy of Asmdata.pm after `perl bytecode.pl`Gurusamy Sarathy1998-06-192-48/+52
| | | p4raw-id: //depot/perl@1154
* perl5.004 hints file (maint and dev paths)Tom Horsley1998-06-181-0/+10
| | | | | Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com> p4raw-id: //depot/perl@1150
* hand apply whitespace-mutiliated patchJoshua Pritikin1998-06-181-0/+3
| | | | | | Message-Id: <H00000e50007289b@MHS> Subject: [PATCH 5.004_67] SvREADONLY for av_clear p4raw-id: //depot/perl@1149
* hand apply whitespace-mutiliated and reversed patchLes Peters1998-06-181-1/+1
| | | | | | Message-Id: <199806162031.QAA08202@ds9> Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3 p4raw-id: //depot/perl@1148
* close child pipe in t/TEST, other cosmetic tweaksGurusamy Sarathy1998-06-181-106/+110
| | | p4raw-id: //depot/perl@1147
* back out problematic change#1105, tweak perlsub.podGurusamy Sarathy1998-06-188-16/+4
| | | | | p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323 p4raw-id: //depot/perl@1146
* fix spurious cxstack_max init that trampled memoryGurusamy Sarathy1998-06-181-2/+7
| | | p4raw-id: //depot/perl@1144
* fix memory leaks and uninitialized memory accesses found by PurifyGurusamy Sarathy1998-06-184-16/+23
| | | p4raw-id: //depot/perl@1143
* fix off-by-one that trampled memory in re_croak2()Gurusamy Sarathy1998-06-181-2/+2
| | | p4raw-id: //depot/perl@1142
* fix AutoLoader to do the right thing when there are relative pathsGurusamy Sarathy1998-06-181-13/+59
| | | | | in @INC p4raw-id: //depot/perl@1141
* fix Makefile.SH typoGurusamy Sarathy1998-06-181-1/+1
| | | p4raw-id: //depot/perl@1140
* 5.004_67 nigglesGurusamy Sarathy1998-06-172-2/+2
| | | p4raw-id: //depot/perl@1139
* up patchlevel.h to 67, other small tweaksGurusamy Sarathy1998-06-159-444/+495
| | | p4raw-id: //depot/perl@1138
* tweaks to get PERL_OBJECT building again; passes testsGurusamy Sarathy1998-06-153-3/+5
| | | p4raw-id: //depot/perl@1137
* back out previous change (it breaks PERL_OBJECT)Gurusamy Sarathy1998-06-1517-824/+492
| | | p4raw-id: //depot/perl@1136
* added patch, fixed typo, reworked documentationJoshua Pritikin1998-06-1517-492/+824
| | | | | | Message-Id: <H00000e500071aa3@MHS> Subject: [PATCH 5.004_66] JMPENV! p4raw-id: //depot/perl@1135
* various win32 odds and endsGurusamy Sarathy1998-06-1516-65/+121
| | | | | | | | | | | | - added support for waitpid(), open2/open3, and a bugfix for kill() from Ronald Schmidt <RonaldWS@aol.com> - tweak testsuite mods of above - regenerate win32/config_H.?c - change kill() to win32_kill() and export it - coalesce common code in win32.c - add PerlProc_waitpid() and export win32_waitpid() result builds and passes on the three win32 compilers p4raw-id: //depot/perl@1134
* newer Getopt/Long.pm from public distribution cited in:Johan Vromans1998-06-151-198/+269
| | | | | | Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl> Subject: Getopt::Long version 2.17 released p4raw-id: //depot/perl@1133
* documentation update from tchristTom Christiansen1998-06-1532-1440/+2842
| | | | | | Message-Id: <199806140419.WAA20549@chthon.perl.com> Subject: doc patches p4raw-id: //depot/perl@1132
* Re: Exceptions in IPC::Open2Roderick Schertler1998-06-141-2/+2
| | | | | Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com> p4raw-id: //depot/perl@1131
* fixup MANIFESTGurusamy Sarathy1998-06-141-1/+0
| | | p4raw-id: //depot/perl@1130
* various win32 fixesGurusamy Sarathy1998-06-149-52/+50
| | | | | | | | | | | - fixes that silence VC noises about dup exports, non-default libs, and unsupported *.def file directives - s/inplace/inplace_label/ malloc.c - update Config{usemymalloc} based on d_mymalloc - export Perl_*Vars - fix makefiles to not build miniperl.exe twice, and to make it properly when defaults are changed p4raw-id: //depot/perl@1129
* remove unused global `scrgv'Gurusamy Sarathy1998-06-144-7/+0
| | | p4raw-id: //depot/perl@1128
* Re: execv in toke.c [PATCH]: win32 wrapper for _66Jan Dubois1998-06-123-0/+9
| | | | | Message-ID: <35842ac5.7883075@smtp1.ibm.net> p4raw-id: //depot/perl@1126
* added patch, undo earlier workaroundJan Dubois1998-06-122-6/+8
| | | | | | Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66 Message-ID: <35831f69.4975644@smtp1.ibm.net> p4raw-id: //depot/perl@1125
* hand-applied patch with wrapped linesDouglas Lankshear1998-06-121-742/+0
| | | | | | Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32 Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1124
* Config_66-01-02.diffAndy Dougherty1998-06-121-6/+18
| | | | | Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys> p4raw-id: //depot/perl@1123
* Re: [PATCH for _66] Makefile.SH problem on dos/djgpp Andy Dougherty1998-06-1214-0/+43
| | | | | Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys> p4raw-id: //depot/perl@1122
* a tweaked version of:Hugo van der Sanden1998-06-121-1/+4
| | | | | | Message-Id: <l03130300b1a6143078cd@[194.222.64.89]> Subject: Re: Misparsing s///x p4raw-id: //depot/perl@1121
* applied patch, with indentation tweaksIlya Zakharevich1998-06-123-187/+22
| | | | | | Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_66] Remove REG_ALIGN junk p4raw-id: //depot/perl@1120
* make REG_INFTY default to something saner when sizeof(short) > 2Andy Dougherty1998-06-111-2/+19
| | | | | | Message-Id: <Pine.SUN.3.96.980611114241.18493H-100000@newton.phys> Subject: Re: [PATCH for tests] Regexp fails on long string p4raw-id: //depot/perl@1119
* regen embedvar.hGurusamy Sarathy1998-06-111-0/+3
| | | p4raw-id: //depot/perl@1118
* Bugs with (?{}), $^R and many-to-many substIlya Zakharevich1998-06-1111-26/+102
| | | | | Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1117
* misc win32 fixesDouglas Lankshear1998-06-114-4/+20
| | | | | | Subject: [PATCH 5.004_66] Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1116