| Commit message (Expand) | Author | Age | Files | Lines |
* | The shift key is important. | Jarkko Hietaniemi | 2002-01-28 | 1 | -1/+1 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-28 | 6 | -33/+83 |
|\ |
|
| * | B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. | Jarkko Hietaniemi | 2002-01-27 | 2 | -3/+11 |
| * | Cleanup the stash test, and reclaim it in non-ASCII-sorting | Jarkko Hietaniemi | 2002-01-27 | 1 | -18/+38 |
| * | Apparently no need for EBCDIC exception any more. | Jarkko Hietaniemi | 2002-01-27 | 1 | -6/+1 |
| * | Detypo. | Jarkko Hietaniemi | 2002-01-27 | 1 | -1/+1 |
| * | ASCIIisms. | Jarkko Hietaniemi | 2002-01-27 | 1 | -5/+13 |
| * | new switch: don't check prototypes while deparsing | Rafael Garcia-Suarez | 2002-01-27 | 1 | -0/+19 |
* | | 1st attempt at skipping broke threads case. | Nick Ing-Simmons | 2002-01-28 | 1 | -6/+8 |
* | | Skip new threads::shared test unless -Duseithreads | Nick Ing-Simmons | 2002-01-28 | 1 | -1/+10 |
|/ |
|
* | Tinkering with thread cleanup mutex-ing - not the problem | Nick Ing-Simmons | 2002-01-26 | 1 | -7/+6 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-01-25 | 1 | -4/+11 |
|\ |
|
| * | Save $! so that other syscalls don't disturb it before | Nick Ing-Simmons | 2002-01-25 | 1 | -4/+11 |
* | | [Patch Encode.xs] calculation of need overflows | SADAHIRO Tomoyuki | 2002-01-25 | 1 | -3/+5 |
|/ |
|
* | Integrate mainline | Nick Ing-Simmons | 2002-01-25 | 4 | -6/+6 |
* | threads::shared tidy up: | Nick Ing-Simmons | 2002-01-25 | 5 | -29/+40 |
* | Except Win32 from echo tests. (Alarm does not break into connect) | Nick Ing-Simmons | 2002-01-23 | 1 | -2/+3 |
* | SvTEMP_off to stop private PV's being stolen and stored in shared space | Nick Ing-Simmons | 2002-01-23 | 1 | -2/+3 |
* | thread::shared nearly working again - remaining issue | Nick Ing-Simmons | 2002-01-23 | 7 | -147/+275 |
* | Implement recursive lock and use of scope for PL_sharedsv_space, | Nick Ing-Simmons | 2002-01-22 | 2 | -95/+102 |
* | Shared scalars working, some shared array ops working. | Nick Ing-Simmons | 2002-01-22 | 5 | -129/+187 |
* | XS side of new threads::shared designed, coded and compiles, | Nick Ing-Simmons | 2002-01-21 | 3 | -947/+700 |
* | Integrate mainline | Nick Ing-Simmons | 2002-01-20 | 4 | -5/+12 |
* | threads work again on Win32. (Not threads::shared yet) | Nick Ing-Simmons | 2002-01-20 | 2 | -27/+31 |
* | Nearly-working threads re-structuring. Do not integrate, | Nick Ing-Simmons | 2002-01-19 | 5 | -387/+682 |
* | Try to make the connect/read/write timeouting. | Jarkko Hietaniemi | 2002-01-18 | 1 | -9/+39 |
* | Simplify the code that duplicates the threads | Artur Bergman | 2002-01-17 | 1 | -38/+16 |
* | Re: [Patch @14129] fixes Unicode::Normalize | Benjamin Goldberg | 2002-01-17 | 1 | -2/+2 |
* | No more warnings from Opcode.c | Nikola Knezevic | 2002-01-17 | 1 | -1/+1 |
* | The non-MakeMaker.pm parts of | Tels | 2002-01-16 | 1 | -1/+1 |
* | offsetof() is in <stddef.h> | Nick Ing-Simmons | 2002-01-16 | 1 | -0/+2 |
* | s/SvPV/SvPVbyte/g, as suggested by Gisle Aas. | Jarkko Hietaniemi | 2002-01-16 | 1 | -5/+5 |
* | Socket::sockaddr_family | Gisle Aas | 2002-01-15 | 3 | -2/+36 |
* | Upgrade to Scalar-List-Util 1.06. The Makefile.PLs | Jarkko Hietaniemi | 2002-01-13 | 4 | -1/+53 |
* | Re: Warning in B.xs | Mattia Barbon | 2002-01-13 | 1 | -1/+1 |
* | Re: HiRes | H.Merijn Brand | 2002-01-13 | 1 | -1/+1 |
* | Quick reformat using indent -kr -nce, as requested | Jarkko Hietaniemi | 2002-01-12 | 1 | -67/+56 |
* | {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 1 | -1/+4 |
* | Integrate perlio: | Jarkko Hietaniemi | 2002-01-12 | 1 | -3/+13 |
|\ |
|
| * | Win32-ize socketpair test | Nick Ing-Simmons | 2002-01-12 | 1 | -3/+13 |
* | | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 5 | -73/+400 |
* | | Re: Magic numbers in B::Concise | Stephen McCamant | 2002-01-12 | 1 | -5/+7 |
* | | Shut down warnings in Normalize.c | Nikola Knezevic | 2002-01-11 | 1 | -1/+1 |
|/ |
|
* | Re: Magic numbers in B::Concise | Stephen McCamant | 2002-01-11 | 1 | -0/+24 |
* | [PATCH] is() undef/'' behavior change | Michael G. Schwern | 2002-01-11 | 1 | -3/+3 |
* | No need to show internal encodings, or return them | Jarkko Hietaniemi | 2002-01-10 | 1 | -1/+6 |
* | Magic numbers in B::Concise | Stephen McCamant | 2002-01-10 | 2 | -5/+40 |
* | B::Deparse : support for \[...] prototypes | Rafael Garcia-Suarez | 2002-01-09 | 1 | -91/+18 |
* | [Patch @14129] fixes Unicode::Normalize | SADAHIRO Tomoyuki | 2002-01-09 | 5 | -142/+33 |
* | Thinko. | Jarkko Hietaniemi | 2002-01-09 | 1 | -1/+1 |