2001-02-01 |
Jarkko Hietaniemi |
Integrate changes #8641,8644,8649,8654,8662,8663,8664... |
tree | commitdiff |
2001-02-01 |
Olaf Flebbe |
Watch out for cross compiling for EPOC (usually done... |
tree | commitdiff |
2001-01-23 |
Jarkko Hietaniemi |
A bug introduced in #8217 (the undefined variable in the |
tree | commitdiff |
2001-01-23 |
Jarkko Hietaniemi |
print() instead of warn() so that stderr doesn't get |
tree | commitdiff |
2001-01-22 |
Nick Ing-Simmons |
More messing with Encode: |
tree | commitdiff |
2001-01-22 |
Nick Ing-Simmons |
Change file-of-files command line from -F to -f to... |
tree | commitdiff |
2001-01-21 |
Nick Ing-Simmons |
Switch "compiled in" encodings to .ucm format. |
tree | commitdiff |
2001-01-21 |
Nick Ing-Simmons |
Encode cleanup. |
tree | commitdiff |
2001-01-21 |
Nick Ing-Simmons |
Warn and set errno when open(...,":encoding(xxxxx)... |
tree | commitdiff |
2001-01-20 |
Peter Prymmer |
minor typos in some dl_$foo.xs files |
tree | commitdiff |
2001-01-20 |
Peter Prymmer |
partial support for dynaloading on OS/390 |
tree | commitdiff |
2001-01-16 |
Stephen McCamant |
Re: Eliminate op_children |
tree | commitdiff |
2001-01-15 |
Jarkko Hietaniemi |
(Replaced by #8448) More op_children traces (cleanup... |
tree | commitdiff |
2001-01-15 |
Jarkko Hietaniemi |
(Replaced by #8448) Traces of op_children (cleanup... |
tree | commitdiff |
2001-01-15 |
Stephen McCamant |
[PATCH @8436] Eliminate op_children |
tree | commitdiff |
2001-01-13 |
Nick Ing-Simmons |
VMS friendly patch to Encode compile process |
tree | commitdiff |
2001-01-13 |
Stephen McCamant |
Re: B::Concise -- an improved replacement for B::Terse |
tree | commitdiff |
2001-01-13 |
Jarkko Hietaniemi |
The B::Terse drop-in replacement wasn't quite drop-in. |
tree | commitdiff |
2001-01-12 |
Robin Barker |
-Wformat |
tree | commitdiff |
2001-01-12 |
Stephen McCamant |
B::Concise -- an improved replacement for B::Terse |
tree | commitdiff |
2001-01-10 |
Jarkko Hietaniemi |
Add ReuseAddr as a (preferred) alias for Reuse as we... |
tree | commitdiff |
2001-01-10 |
Jeremy D. Zawodny |
add ReusePort option to IO::Socket::INET for better... |
tree | commitdiff |
2001-01-10 |
Jeremy D. Zawodny |
add SO_REUSEPORT to export list in Socket.pm for better... |
tree | commitdiff |
2001-01-10 |
Charles Lane |
Opcode.XS, fix memory leak |
tree | commitdiff |
2001-01-08 |
Jarkko Hietaniemi |
Replace #6721, GDBM, system malloc, and LEAKTEST. |
tree | commitdiff |
2001-01-04 |
Jarkko Hietaniemi |
DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec... |
tree | commitdiff |
2001-01-04 |
Jarkko Hietaniemi |
Typo in #8312 when manually applying a problematic... |
tree | commitdiff |
2001-01-04 |
Stephen McCamant |
Re: [PATCH @8269] Continue blocks and B::Deparse |
tree | commitdiff |
2001-01-04 |
Stephen McCamant |
Continue blocks and B::Deparse |
tree | commitdiff |
2001-01-04 |
Jarkko Hietaniemi |
Upgrade to Storable 1.0.7, from Raphael Manfredi. |
tree | commitdiff |
2001-01-02 |
Jarkko Hietaniemi |
Signedness nit. |
tree | commitdiff |
2001-01-01 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2001-01-01 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2001-01-01 |
Nick Ing-Simmons |
More rigor in UTF-8-ness of Encode's toUnicode |
tree | commitdiff |
2001-01-01 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2001-01-01 |
Nick Ing-Simmons |
Loose the "Loading..." warning. |
tree | commitdiff |
2000-12-31 |
Nick Ing-Simmons |
Fix .ucm reading - forgot a chr() |
tree | commitdiff |
2000-12-31 |
Jarkko Hietaniemi |
Comment away a diagnostic message as noted by Craig... |
tree | commitdiff |
2000-12-31 |
Craig A. Berry |
ext/Encode/Makefile.PL line shortening |
tree | commitdiff |
2000-12-31 |
Nick Ing-Simmons |
Start of support of ICU-style .ucm files: |
tree | commitdiff |
2000-12-28 |
Daniel Chetlin |
Fix B::Terse indentation |
tree | commitdiff |
2000-12-28 |
Paul Marquess |
Call.pm |
tree | commitdiff |
2000-12-23 |
Nick Ing-Simmons |
Encode's Makefile.PL fix not good for dmake $(MAKEFILE... |
tree | commitdiff |
2000-12-23 |
Nick Ing-Simmons |
"Compiled" encode build cleanup |
tree | commitdiff |
2000-12-21 |
Nick Ing-Simmons |
Re: Latest tarball doesn't build with threads |
tree | commitdiff |
2000-12-19 |
Nick Ing-Simmons |
Integrate mainline. |
tree | commitdiff |
2000-12-19 |
Nick Ing-Simmons |
Avoid looking for File::Glob when we don't need it. |
tree | commitdiff |
2000-12-19 |
Paul Marquess |
DB_File-1.75 (was RE: [8104] DB_File) |
tree | commitdiff |
2000-12-19 |
Mark J. Reed |
[ID 20001215.004] Sys::Syslog::xlate doesn't handle... |
tree | commitdiff |
2000-12-17 |
Nicholas Clark |
Fcntl constants speedup |
tree | commitdiff |
2000-12-15 |
Charles Lane |
stuff for caller and _ in Safe:: |
tree | commitdiff |
2000-12-15 |
Peter Prymmer |
s/use vars qw\(/our(/ for OS/390 extension builds |
tree | commitdiff |
2000-12-14 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2000-12-14 |
Nick Ing-Simmons |
Win32 tweaks to get Encode to build |
tree | commitdiff |
2000-12-14 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2000-12-14 |
Dominic Dunlop |
[ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam(... |
tree | commitdiff |
2000-12-14 |
H.Merijn Brand |
[8104] Encode |
tree | commitdiff |
2000-12-14 |
H.Merijn Brand |
[8104] DB_File |
tree | commitdiff |
2000-12-14 |
Peter Prymmer |
Re: Encode/cp1047.enc etc. |
tree | commitdiff |
2000-12-14 |
Nick Ing-Simmons |
"Cold" build correction to Encode's Makefile.PL |
tree | commitdiff |
2000-12-14 |
Nick Ing-Simmons |
"Compiled" encodings. |
tree | commitdiff |
2000-12-14 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2000-12-13 |
Nick Ing-Simmons |
Beginings of compiled encodings - checked in as a snaps... |
tree | commitdiff |
2000-12-12 |
Paul Marquess |
DB_File-1.74 |
tree | commitdiff |
2000-12-11 |
Nick Ing-Simmons |
Integrate mainline |
tree | commitdiff |
2000-12-11 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2000-12-11 |
Nick Ing-Simmons |
Finish 1st pass of "encoding" layer e.g. : |
tree | commitdiff |
2000-12-11 |
Simon Cozens |
Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing |
tree | commitdiff |
2000-12-10 |
Nick Ing-Simmons |
Not merge worthy... |
tree | commitdiff |
2000-12-10 |
Jarkko Hietaniemi |
The walkoptree confusion rages; walkoptree() seems... |
tree | commitdiff |
2000-12-10 |
Paul Marquess |
RE: [ID 20001013.009] DB_File issues warning when setti... |
tree | commitdiff |
2000-12-08 |
Jarkko Hietaniemi |
Add ISO 8859-16 encoding. Not a standard yet but seems... |
tree | commitdiff |
2000-12-08 |
Andy Dougherty |
[ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP... |
tree | commitdiff |
2000-12-07 |
Nick Ing-Simmons |
Change PerlIO_(get|set)pos to take SV * |
tree | commitdiff |
2000-12-06 |
Michael G. Schwern |
$VERSION crusade, strict, tests, etc... all over lib/ |
tree | commitdiff |
2000-12-06 |
Michael Stevens |
the dTHR hits |
tree | commitdiff |
2000-12-05 |
Jarkko Hietaniemi |
dTHR is a nop in 5.6.0 onwards. Ergo, it can go. |
tree | commitdiff |
2000-11-29 |
Robert Spier |
Re: Minor suggestion for Sys::Syslog [PATCH] |
tree | commitdiff |
2000-11-29 |
Jarkko Hietaniemi |
Add the Encoding table format documentation. |
tree | commitdiff |
2000-11-25 |
Jarkko Hietaniemi |
Undo #7848. Some of the code seems to use walkoptree(), |
tree | commitdiff |
2000-11-24 |
Simon Cozens |
[ID 20001124.001] B exports "walkoptree" but does not... |
tree | commitdiff |
2000-11-23 |
Jarkko Hietaniemi |
Push Filter::Util::Call one level deeper. |
tree | commitdiff |
2000-11-23 |
Craig A. Berry |
Re: perl@7826 |
tree | commitdiff |
2000-11-22 |
Jarkko Hietaniemi |
Fixes for signedness warnings noticed by VMSperlers. |
tree | commitdiff |
2000-11-22 |
Jarkko Hietaniemi |
Add the Filter::Util::Call 1.04 by Paul Marquess from... |
tree | commitdiff |
2000-11-22 |
H.Merijn Brand |
Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706... |
tree | commitdiff |
2000-11-22 |
Jarkko Hietaniemi |
Nickety nits. |
tree | commitdiff |
2000-11-20 |
Jarkko Hietaniemi |
Integrate perlio: |
tree | commitdiff |
2000-11-19 |
Nick Ing-Simmons |
Work-round to Perl_deb_nocontext is no longer required |
tree | commitdiff |
2000-11-19 |
Nick Ing-Simmons |
Configure GCC/Win32 build -Duseperlio |
tree | commitdiff |
2000-11-19 |
Peter J. Farley III |
[ID 20001118.006] [PATCH] perl@7707 djgpp/config.over... |
tree | commitdiff |
2000-11-16 |
Jarkko Hietaniemi |
The type of the hash_cb() size argument is tricky. |
tree | commitdiff |
2000-11-15 |
Jens Hamisch |
Use u_int32_t for the size of hash_cb(), not size_t. |
tree | commitdiff |
2000-11-14 |
Jarkko Hietaniemi |
Redo #7679 with LFs instead of CRLFs. |
tree | commitdiff |
2000-11-14 |
Benjamin Stuhl |
Get PerlIO building on Win32 |
tree | commitdiff |
2000-11-14 |
Benjamin Stuhl |
Fix the re extension building for Win32. |
tree | commitdiff |
2000-11-13 |
Nicholas Clark |
Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores... |
tree | commitdiff |
2000-11-13 |
Nicholas Clark |
[ID 20001112.006] IO::Seekable::getpos doesn't check... |
tree | commitdiff |
2000-11-12 |
Nicholas Clark |
Many subdocumented return values of the IO extension... |
tree | commitdiff |
2000-11-11 |
Jarkko Hietaniemi |
Add more encoding tables. |
tree | commitdiff |
next |