Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl 5.002beta2 patch: toke.c | Perl 5 Porters | 1996-01-12 | 1 | -4/+14 |
| | | | | | | Chip's U8/STDCHAR patch. Tim's "add a ; after PERL5DB" patch. | ||||
* | Not having Socket shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
| | |||||
* | Not having Safe shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
| | |||||
* | Not having POSIX shouldn't result in test failing TEST harness. | Perl 5 Porters | 1996-01-09 | 1 | -1/+1 |
| | |||||
* | Debugger patch. | Perl 5 Porters | 1996-01-12 | 1 | -6/+18 |
| | |||||
* | Add DESCRIPTION to head1 line. | Perl 5 Porters | 1996-01-11 | 1 | -1/+1 |
| | |||||
* | Work around a pod2man complaint about the -X function. | Perl 5 Porters | 1996-01-11 | 1 | -5/+10 |
| | |||||
* | perl 5.002beta2 patch: pod/perlembed.pod | Perl 5 Porters | 1996-01-09 | 1 | -10/+10 |
| | | | | | Give correct usage for the 5th arg to perl_parse (don't pass env). | ||||
* | Use PERL=../miniperl | Perl 5 Porters | 1996-01-05 | 1 | -1/+1 |
| | |||||
* | perl 5.002beta2 patch: perl.c | Perl 5 Porters | 1996-01-12 | 1 | -12/+66 |
| | | | | | | Change Copyright date to include 1996. Hope you don't mind. Presumptively call this beta2. | ||||
* | Chip's U8/STDCHAR patch. | Perl 5 Porters | 1996-01-12 | 2 | -9/+4147 |
| | |||||
* | More robust i18nl14n() function from jhi. | Perl 5 Porters | 1996-01-08 | 1 | -5/+7 |
| | |||||
* | Ilya's new debugger. | Perl 5 Porters | 1996-01-11 | 3 | -4/+1682 |
| | |||||
* | perl 5.002beta2 patch: lib/Term/ReadLine.pm | Perl 5 Porters | 1996-01-11 | 1 | -0/+182 |
| | | | | | Stub new file to interface to various readline packages, or give stub functions if none are found. | ||||
* | Updated documentation to match program. | Perl 5 Porters | 1996-01-05 | 1 | -13/+13 |
| | |||||
* | Fixed exporting of symbols to work. | Perl 5 Porters | 1996-01-10 | 1 | -90/+51 |
| | |||||
* | Updated to MakeMaker-5.16 | Perl 5 Porters | 1996-01-05 | 2 | -240/+329 |
| | |||||
* | Undo Tim's tainting patch from beta1h. | Perl 5 Porters | 1996-01-05 | 1 | -2/+1 |
| | |||||
* | Use File::Path::mkpath instead of our own makedir(). | Perl 5 Porters | 1996-01-11 | 1 | -25/+13 |
| | |||||
* | perl 5.002beta2 patch: installman | Perl 5 Porters | 1996-01-11 | 1 | -14/+2 |
| | | | | | | Use File::Path::mkpath instead of our own makedir(). ./perl installman --man1dir=man1 could lead to infinte recursion in old makedir() routine. Use the standard library instead. | ||||
* | Avoid VMS sprintf bug with buffers >1024. | Perl 5 Porters | 1996-01-12 | 1 | -8/+11 |
| | |||||
* | Use unsigned shorts for ports. | Perl 5 Porters | 1996-01-08 | 1 | -3/+3 |
| | |||||
* | Patch for older compilers which had namespace confusion. | Perl 5 Porters | 1996-01-05 | 1 | -4/+4 |
| | |||||
* | Patch from Andreas. | Perl 5 Porters | 1996-01-11 | 1 | -2/+13 |
| | |||||
* | Give correct prototype for free. | Perl 5 Porters | 1996-01-11 | 1 | -1/+1 |
| | |||||
* | Make the NAME section a legal paragraph. | Perl 5 Porters | 1996-01-12 | 1 | -0/+1 |
| | |||||
* | perl 5.002beta2 patch | Perl 5 Porters | 1996-01-13 | 10 | -14/+47 |
| | | | | | Disable prototypes. Disable pod2man. | ||||
* | perl 5.002beta2 patch: doop.c | Perl 5 Porters | 1996-01-12 | 1 | -10/+10 |
| | | | | | Chip's patch to use STDCHAR and U8 nearly everywhere instead of assuming 8-bit chars or ~(char) 0 == 0xff. | ||||
* | Updates from Tim's -m/-M/-V patch. | Perl 5 Porters | 1996-01-12 | 8 | -119/+183 |
| | |||||
* | perl 5.002beta2 patch: MANIFEST | Perl 5 Porters | 1996-01-13 | 1 | -0/+2 |
| | | | | | | Include Stub Readline library as part of new debugger. Include hints file dec_osf for ODBM_File extension. | ||||
* | perl 5.002beta2 patch: Configure | Perl 5 Porters | 1996-01-11 | 1 | -2/+12 |
| | | | | | Use nm -D on Linux with shared libraries, if the system supports nm -D. | ||||
* | Add missing "" around $Config{startperl}. | Perl 5 Porters | 1996-01-01 | 2 | -2/+2 |
| | |||||
* | Use new config_h.SH STARTPERL #define. | Perl 5 Porters | 1996-01-01 | 1 | -5/+2 |
| | |||||
* | perl 5.002beta1h patch: vms/ext/MM_VMS.pm | Perl 5 Porters | 1996-01-02 | 1 | -463/+1170 |
| | | | | | Updated for VMS. This might be obsolete now that we have lib/ExtUtils/MM_VMS.pm. | ||||
* | Updated for VMS. | Perl 5 Porters | 1996-01-02 | 11 | -478/+886 |
| | |||||
* | perl 5.002beta1h patch: utils/pl2pm.PL | Perl 5 Porters | 1996-01-03 | 1 | -1/+67 |
| | | | | | | | Changed into a .PL extract file for proper setting of $startperl. Add _minimal_ pod documentation. | ||||
* | perl 5.002beta1h patch: utils/perldoc.PL | Perl 5 Porters | 1996-01-02 | 1 | -46/+95 |
| | | | | | | | | | | Better error handling. Updated to use Pod::Text, if available. More VMS friendly. New -u option . | ||||
* | New utility. | Perl 5 Porters | 1995-11-18 | 1 | -0/+499 |
| | |||||
* | perl 5.002beta1h patch: utils/h2xs.PL | Perl 5 Porters | 1996-01-02 | 1 | -15/+108 |
| | | | | | | Add version stuff. The old version didn't have a number. This one's called 1.12. | ||||
* | perl 5.002beta1h patch: utils/h2ph.PL | Perl 5 Porters | 1996-01-02 | 1 | -4/+8 |
| | | | | | Add patch for AIX files which sometimes have #include<foo.h>, i.e., no spaces after the word 'include'. | ||||
* | perl 5.002beta1h patch: utils/c2ph.PL | Perl 5 Porters | 1996-01-03 | 1 | -131/+343 |
| | | | | | | Ungracefully merge the old c2ph.doc in as an embedded pod. Delete lots of trailing spaces and tabs that have crept in. | ||||
* | New file to build the utilities. | Perl 5 Porters | 1996-01-03 | 1 | -0/+24 |
| | |||||
* | New test. | Perl 5 Porters | 1996-01-02 | 1 | -0/+96 |
| | |||||
* | VMS changes ? | Perl 5 Porters | 1996-01-02 | 1 | -2/+4 |
| | |||||
* | Rebuilt using pod/buildtoc and fmt. | Perl 5 Porters | 1996-01-04 | 1 | -22/+38 |
| | |||||
* | Mention the Safe extension. | Perl 5 Porters | 1996-01-04 | 1 | -0/+4 |
| | |||||
* | perl 5.002beta1h patch: pod/Makefile | Perl 5 Porters | 1996-01-03 | 1 | -23/+26 |
| | | | | | | | | | | | Include -I../lib so that pod2* can find the appropriate libraries. The pod names are once again sorted. The PERL line is wrong. It should read This file is automatically generated, but I happened to do it on a system without miniperl avaialable, so my script fell back on the perl default. | ||||
* | perl 5.002beta1h patch: perl.h | Perl 5 Porters | 1996-01-02 | 1 | -0/+2 |
| | | | | | | | | | | | 5.002beta1 attempted some memory optimizations, but unfortunately they can result in a memory leak problem. This can be avoided by #define STRANGE_MALLOC. I do that here until consensus is reached on a better strategy for handling the memory optimizations. Include maxo for the maximum number of operations (needed for the Safe extension). | ||||
* | perl 5.002beta1h patch: perl.c | Perl 5 Porters | 1996-01-04 | 1 | -5/+5 |
| | | | | | | Updated to say beta1h. Move VMS env code. | ||||
* | Updated | Perl 5 Porters | 1995-12-07 | 1 | -150/+127 |
| |