| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Message-ID: <Pine.LNX.3.96.980619075203.13326A-100000@perrin.dimensional.com>
p4raw-id: //depot/perl@1171
|
|
|
|
|
|
| |
Subject: [PATCH 5.004_67] Win32 using PerlCRT.dll
Message-ID: <001b01bd9a68$cb752410$a32fa8c0@tau.Active>
p4raw-id: //depot/perl@1170
|
|
|
|
|
|
| |
Message-Id: <199806190227.WAA07371@monk.mps.ohio-state.edu>
Subject: Re: Ilya's patches
p4raw-id: //depot/perl@1169
|
|
|
|
|
| |
Message-ID: <Pine.GSO.3.96.980618231856.17544S-100000@user2.teleport.com>
p4raw-id: //depot/perl@1168
|
|
|
|
|
| |
Message-Id: <199806172151.RAA28441@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1167
|
|
|
| |
p4raw-id: //depot/perl@1166
|
|
|
|
|
|
|
| |
belong in the sources
Message-Id: <H00000e500072c63@MHS>
Subject: [PATCH 5.004_57] tied hash slice & do_kv cleanup
p4raw-id: //depot/perl@1165
|
|
|
| |
p4raw-id: //depot/perl@1164
|
|
|
| |
p4raw-id: //depot/perl@1163
|
|
|
| |
p4raw-id: //depot/perl@1162
|
|
|
| |
p4raw-id: //depot/perl@1161
|
|
|
| |
p4raw-id: //depot/perl@1159
|
|
|
|
|
| |
is unknown (ensures that multiple executables will coexist)
p4raw-id: //depot/perl@1158
|
|
|
| |
p4raw-id: //depot/perl@1157
|
|
|
| |
p4raw-id: //depot/perl@1156
|
|
|
| |
p4raw-id: //depot/perl@1154
|
|
|
|
|
| |
Message-Id: <199806161354.NAA21316@cleo.ssd.hcsc.com>
p4raw-id: //depot/perl@1150
|
|
|
|
|
|
| |
Message-Id: <H00000e50007289b@MHS>
Subject: [PATCH 5.004_67] SvREADONLY for av_clear
p4raw-id: //depot/perl@1149
|
|
|
|
|
|
| |
Message-Id: <199806162031.QAA08202@ds9>
Subject: [PATCH 5.004_67] Socket.xs tweak for IRIX 6.3
p4raw-id: //depot/perl@1148
|
|
|
| |
p4raw-id: //depot/perl@1147
|
|
|
|
|
| |
p4raw-link: @1105 on //depot/perl: e2d46a1de163ba101bb4392a8fa6d97ca3c9a323
p4raw-id: //depot/perl@1146
|
|
|
| |
p4raw-id: //depot/perl@1144
|
|
|
| |
p4raw-id: //depot/perl@1143
|
|
|
| |
p4raw-id: //depot/perl@1142
|
|
|
|
|
| |
in @INC
p4raw-id: //depot/perl@1141
|
|
|
| |
p4raw-id: //depot/perl@1140
|
|
|
| |
p4raw-id: //depot/perl@1139
|
|
|
| |
p4raw-id: //depot/perl@1138
|
|
|
| |
p4raw-id: //depot/perl@1137
|
|
|
| |
p4raw-id: //depot/perl@1136
|
|
|
|
|
|
| |
Message-Id: <H00000e500071aa3@MHS>
Subject: [PATCH 5.004_66] JMPENV!
p4raw-id: //depot/perl@1135
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Message-Id: <m2n2bgm8en.fsf@phoenix.squirrel.nl>
Subject: Getopt::Long version 2.17 released
p4raw-id: //depot/perl@1133
|
|
|
|
|
|
| |
Message-Id: <199806140419.WAA20549@chthon.perl.com>
Subject: doc patches
p4raw-id: //depot/perl@1132
|
|
|
|
|
| |
Message-ID: <pz3edaedog.fsf@eeyore.ibcinc.com>
p4raw-id: //depot/perl@1131
|
|
|
| |
p4raw-id: //depot/perl@1130
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
| |
p4raw-id: //depot/perl@1128
|
|
|
|
|
| |
Message-ID: <35842ac5.7883075@smtp1.ibm.net>
p4raw-id: //depot/perl@1126
|
|
|
|
|
|
| |
Subject: Re: Why does saferealloc(NULL,size) croak? [PATCH] against _66
Message-ID: <35831f69.4975644@smtp1.ibm.net>
p4raw-id: //depot/perl@1125
|
|
|
|
|
|
| |
Subject: [PATCH 5.004_66] Win32::Reg... bloat in Win32
Message-ID: <000101bd9563$aae0c4c0$a32fa8c0@tau.Active>
p4raw-id: //depot/perl@1124
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980611123857.18493K-100000@newton.phys>
p4raw-id: //depot/perl@1123
|
|
|
|
|
| |
Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys>
p4raw-id: //depot/perl@1122
|
|
|
|
|
|
| |
Message-Id: <l03130300b1a6143078cd@[194.222.64.89]>
Subject: Re: Misparsing s///x
p4raw-id: //depot/perl@1121
|
|
|
|
|
|
| |
Message-Id: <199806110803.EAA09149@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_66] Remove REG_ALIGN junk
p4raw-id: //depot/perl@1120
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@1118
|
|
|
|
|
| |
Message-Id: <199806100751.DAA05441@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@1117
|
|
|
|
|
|
| |
Subject: [PATCH 5.004_66]
Message-ID: <001a01bd949d$8fd18050$a32fa8c0@tau.Active>
p4raw-id: //depot/perl@1116
|