I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?) Message-ID: <20020211172...@blackrider>
schwern
as Michael G. Schwern
More... about 22 years ago
Patch up the failing multi-byte write case, and un-skip the test. More... about 22 years ago
Add test for Japanese encoding (well euc-jp anyway). Fix one bug shown by above Skip test which does not pass yet. More... about 22 years ago
Split Japanese encodings - part 2 - build separate .c files with separate 'compile' steps - overall Japanese.xs / Japanese.pm which loads them More... about 22 years ago
Re-structure Japanese encodings - part 1 More... about 22 years ago
Integrate mainline More... about 22 years ago
OS/2 build Message-ID: <[email protected]> More... about 22 years ago
Re: [PATCH] Re: Modulus operator inconsistency Message-Id: <[email protected]> More... about 22 years ago
"Can't happen" - yes, it can, with buggy UTF-8/EBCDIC. Stepping backward in the string would be majorly bad. More... about 22 years ago
Re: [PATCH] Configure followed by make minitest Message-ID: <[email protected]>
ysth
as Yitzchak Scott-Thoennes
More... about 22 years ago
Integrate perlio: More... about 22 years ago
EBCDIC: the low 256 needs to be shuffled also in pack/unpack U (this breaks the equivalence of pack U and v-strings, but I think if someone has to give, v-strings are a good victim) More... about 22 years ago
Two Configure tweaks; the u32align test was trying to write into a string literal, the ln -s test was failing in VOS. More... about 22 years ago
DJGPP tweaks from Laszlo Molnar. More... about 22 years ago
Move PerlIO_perlio to layer_syms where it belongs? More... about 22 years ago
Borland/Win32 tuning More... about 22 years ago
Additional explanation for the [:...:] failure. More... about 22 years ago
Test tweaks from chromatic for cases where there are no installman1dir or installman3dir. More... about 22 years ago
Integrate perlio: More... about 22 years ago
Portability notes: filename characters, character sets. More... about 22 years ago
[ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current Message-Id: <[email protected]> More... about 22 years ago
Integrate mainline More... about 22 years ago
Nicholas Clark's tweaks to Encode compile process 1. Use decimal constants to unit string arrays rather than very long string litterals (latter having possible "\0" on end issues, and needing ANSI C line splicing). 2. Replace tail-recursion during insert process with itteration. Nick C sees 12% speedup from these. More... about 22 years ago
Use the "Unicode 1.0" name field for control characters, as suggested by Mark Davis. Note that Unicode 3.2 will require some more legwork on this because of certain alternative names. More... about 22 years ago
The -W 0,float(ieee) and gcvt() are the bad combination. More... about 22 years ago
EBCDIC: the non-printable characters are different. More... about 22 years ago
Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio Message-ID: <[email protected]> More... about 22 years ago
Re: Modulus operator inconsistency Message-ID: <[email protected]> More... about 22 years ago
Use the same escaping mechanism for all the *flags. More... about 22 years ago
Protect possible parentheses in ccflags, ccdlflags, and ldflags. (In OS/390 there are parentheses in ccflags.) More... about 22 years ago