Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More layer syms | Nick Ing-Simmons | 2002-05-02 | 1 | -3/+26 |
* | Use PerlSIO_fdupopen() if not using PerlIO | Nick Ing-Simmons | 2002-05-02 | 1 | -1/+7 |
* | Do not build if not using layers | Nick Ing-Simmons | 2002-05-02 | 1 | -1/+5 |
* | Remove show-stoppers to non-PERLIO Win32 builds | Nick Ing-Simmons | 2002-05-02 | 2 | -4/+8 |
* | Integrate mainline | Nick Ing-Simmons | 2002-05-02 | 20 | -78/+267 |
|\ | |||||
| * | Cleanup threads dirs. | Jarkko Hietaniemi | 2002-05-02 | 1 | -1/+1 |
| * | Add the new Digest::MD5 test. | Jarkko Hietaniemi | 2002-05-02 | 2 | -0/+30 |
| * | New try at the Class::DBI core dump at global cleanup. | Jarkko Hietaniemi | 2002-05-02 | 2 | -3/+2 |
| * | Upgrade to Digest::MD5 2.19. | Jarkko Hietaniemi | 2002-05-02 | 3 | -5/+12 |
| * | Ooops. Not everybody does threads. | Jarkko Hietaniemi | 2002-05-02 | 1 | -0/+10 |
| * | Fix files.t for blead. | Jarkko Hietaniemi | 2002-05-01 | 3 | -5/+53 |
| * | Upgrade to Digest::MD5 2.18. files.t doesn't | Jarkko Hietaniemi | 2002-05-01 | 7 | -53/+93 |
| * | Somebody might be compiling a newer Digest::MD5. | Jarkko Hietaniemi | 2002-05-01 | 2 | -1/+3 |
| * | Until Arthur fills in semaphore.t. | Jarkko Hietaniemi | 2002-05-01 | 2 | -3/+8 |
| * | Fix emulation case when loading both Thread and threads::shared | Artur Bergman | 2002-05-01 | 1 | -5/+5 |
| * | Storable docs | Nicholas Clark | 2002-05-01 | 1 | -12/+59 |
| * | Now passes old test case. | Artur Bergman | 2002-05-01 | 1 | -4/+4 |
| * | Cleanup memory a bit better in some cases. | Artur Bergman | 2002-05-01 | 1 | -0/+1 |
* | | Fix the "PerlIO require leak". Snag was that clean_objs | Nick Ing-Simmons | 2002-05-02 | 2 | -9/+20 |
* | | Integrate mainline | Nick Ing-Simmons | 2002-05-02 | 5 | -1/+98 |
|\ \ | |/ | |||||
| * | Don't forget to add it to the MANIFEST | Artur Bergman | 2002-05-01 | 2 | -0/+2 |
| * | Add semaphore.pm | Artur Bergman | 2002-05-01 | 1 | -0/+90 |
| * | Fix makefile to put queue.pm correctly, update test script. | Artur Bergman | 2002-05-01 | 2 | -1/+6 |
* | | Integrate mainline | Nick Ing-Simmons | 2002-05-01 | 18 | -119/+1313 |
|\ \ | |/ | |||||
| * | [Patch] ext/PerlIO/t/fallback.t gets haircut | Dan Kogai | 2002-05-01 | 1 | -7/+11 |
| * | Encode tweak from Dan Kogai. | Jarkko Hietaniemi | 2002-05-01 | 1 | -2/+2 |
| * | Flush directly to avoid erros when running from test harness | Artur Bergman | 2002-05-01 | 2 | -1/+2 |
| * | Update Changes. | Jarkko Hietaniemi | 2002-05-01 | 2 | -1/+288 |
| * | make lib/User/pwent.t run on VMS | Peter Prymmer | 2002-05-01 | 1 | -6/+13 |
| * | remove the extraneous "all" target from the run of make_ext on VMS only | Peter Prymmer | 2002-05-01 | 1 | -1/+1 |
| * | First attempt at updating perlthrtut for ithreaded threads.pm | Artur Bergman | 2002-05-01 | 1 | -19/+870 |
| * | Provide the \N{U+HHHH} syntax before we forget. | Jarkko Hietaniemi | 2002-05-01 | 3 | -6/+25 |
| * | Copy-and-Pasto in perl.pod | Lupe Christoph | 2002-05-01 | 1 | -1/+1 |
| * | Upgrade to Encode 1.66. | Jarkko Hietaniemi | 2002-05-01 | 5 | -73/+98 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2002-05-01 | 2 | -5/+1 |
| |\ | |/ |/| | |||||
* | | Remove "spurious" (and unnecessary) variables from layer_syms | Nick Ing-Simmons | 2002-05-01 | 1 | -39/+2 |
* | | perl embed.pl to update global.sym | Nick Ing-Simmons | 2002-05-01 | 1 | -2/+0 |
* | | Raw integrate of mainline (global.sym wrong on Win32) | Nick Ing-Simmons | 2002-05-01 | 46 | -575/+193 |
|\ \ | |||||
| | * | Re: [PATCH: perl@16267] update to vms/perlvms.pod | Philip Newton | 2002-05-01 | 1 | -3/+3 |
| |/ | |||||
| * | Try #2 of getting rid of bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 16 | -239/+36 |
| * | No bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 24 | -156/+56 |
| * | Remove sv_setpviv{_,mg}; regen perlapi. | Jarkko Hietaniemi | 2002-05-01 | 5 | -78/+47 |
| * | remove macroized bincompat functions | Dave Mitchell | 2002-05-01 | 1 | -132/+0 |
| * | Update to Getopt::Long 2.30. | Jarkko Hietaniemi | 2002-05-01 | 1 | -24/+30 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2002-04-30 | 2 | -55/+47 |
| |\ | |/ |/| | |||||
* | | Attempt at sanity in PerlIO/makedef.pl world: | Nick Ing-Simmons | 2002-04-30 | 2 | -55/+47 |
* | | Rest of integrate | Nick Ing-Simmons | 2002-04-30 | 26 | -824/+1897 |
|\ \ | |||||
* | | | Integrate mailine makedef.pl so I can look at it | Nick Ing-Simmons | 2002-04-30 | 1 | -0/+3 |
| | * | Fix bug id 20020427.004 on %^H. | Rafael Garcia-Suarez | 2002-04-30 | 6 | -24/+67 |
| |/ | |||||
| * | Upgrade to Encode 1.65. | Jarkko Hietaniemi | 2002-04-30 | 6 | -16/+66 |