summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* A configuration system for VMS perlHans Mulder1998-06-109-2404/+6148
| | | | | Message-Id: <3.0.5.32.19980608153828.00a81ea0@ous.edu> p4raw-id: //depot/perl@1084
* xsubpp enhancements ($CPAN/authors/id/ILYAZ/patches/diff_xsubpp_65), aIlya Zakharevich1998-06-103-9/+188
| | | | | | | variant of: Message-Id: <199712131231.HAA04125@monk.mps.ohio-state.edu> Subject: 5.004_55: xsubpp: new keywords INTERFACE C_ARGS p4raw-id: //depot/perl@1083
* add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu>Gurusamy Sarathy1998-06-101-244/+848
| | | | | (from $CPAN/authors/id/ILYAZ/patches/diff_malloc_65) p4raw-id: //depot/perl@1082
* reverse integrate contents of win32 branch into mainlineGurusamy Sarathy1998-06-1043-607/+598
|\ | | | | p4raw-id: //depot/perl@1081
| * [win32] add examples of diff(1) usageGurusamy Sarathy1998-06-091-0/+19
| | | | | | p4raw-id: //depot/win32/perl@1079
| * [win32] undo change#1077Gurusamy Sarathy1998-06-091-1/+0
| | | | | | | | | | p4raw-link: @1077 on //depot/win32/perl: f229af35cbeeb711332db494d3b7c19457cc03c3 p4raw-id: //depot/win32/perl@1078
| * [win32] make sv_setsv() treat freed SVs like SVt_NULLGurusamy Sarathy1998-06-061-0/+1
| | | | | | p4raw-id: //depot/win32/perl@1077
| * [win32] delete undiscussed AS changes for PPD (broke .packlistGurusamy Sarathy1998-06-052-89/+5
| | | | | | | | | | mechanism) p4raw-id: //depot/win32/perl@1076
| * [win32] add AS patch#26 (rename THIS to PERL_OBJEC_THIS to avoid clashGurusamy Sarathy1998-06-057-19/+19
| | | | | | | | | | with the xsubpp-generated symbol) p4raw-id: //depot/win32/perl@1075
| * [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)Gurusamy Sarathy1998-06-0411-15/+51
| | | | | | p4raw-id: //depot/win32/perl@1074
| * [win32] document CORE::GLOBAL:: and global overriding, fix upGurusamy Sarathy1998-06-043-7/+82
| | | | | | | | | | File::DosGlob, testsuited and all p4raw-id: //depot/win32/perl@1072
| * [win32] add AS patch#24, remove one other instance of error_noGurusamy Sarathy1998-06-035-13/+10
| | | | | | | | | | that was missed (patch#23 was intentionally skipped) p4raw-id: //depot/win32/perl@1071
| * [win32] fix Liblist.pm to tolerate backslashen in pathsGurusamy Sarathy1998-06-011-0/+4
| | | | | | p4raw-id: //depot/win32/perl@1070
| * [win32] @INC construction on win32 cleaned upGurusamy Sarathy1998-06-0113-291/+255
| | | | | | | | | | | | | | - perl.dll location based paths should be much more reliable now - registry stuff unchanged - Config.pm now has all the installfoolib entries for MakeMaker et al p4raw-id: //depot/win32/perl@1069
| * [win32] semctl tweakGraham Barr1998-05-311-0/+2
| | | | | | | | | | | | Message-Id: <199805312127.QAA06750@gbarr.connect.net> Subject: Not OK: perl 5.00466 on i586-linux-thread 2.0.31 p4raw-id: //depot/win32/perl@1068
| * [win32] minimal fix to enable compiling with -DMULTIPLICITYGurusamy Sarathy1998-05-317-149/+141
| | | | | | | | | | (non-threadsafe regcomp.c globals need revisiting) p4raw-id: //depot/win32/perl@1067
| * [win32] change#1060 was inexplicably missing some of the "ensureGurusamy Sarathy1998-05-304-24/+10
| | | | | | | | | | | | | | AS stuff does no harm" fixes p4raw-link: @1060 on //depot/win32/perl: 26ca90b622247714396690e385249f8ca1417aa0 p4raw-id: //depot/win32/perl@1065
| * [win32] integrate mainline to pick up trivial changesGurusamy Sarathy1998-05-302-2/+1
| |\ | |/ |/| p4raw-id: //depot/win32/perl@1064
* | Remove duplicate win32/TEST line from MANIFEST.Malcolm Beattie1998-05-291-1/+0
| | | | | | p4raw-id: //depot/perl@1063
* | Add missing ";" to pp_umask (spotted by Jarkko Hietaniemi).Malcolm Beattie1998-05-291-1/+1
| | | | | | p4raw-id: //depot/perl@1062
* | Integrate from win32 branch into mainline (this now pulls in theMalcolm Beattie1998-05-29112-1872/+12750
|\ \ | |/ | | | | | | asperl stuff). p4raw-id: //depot/perl@1061
| * [win32] reverse integrate asperl branch contents (phew!)Gurusamy Sarathy1998-05-2995-1320/+12087
| |\ | | | | | | | | | | | | | | | | | | | | | - various fixups to ensure AS stuff does no harm - adjust win32/makefiles for the new directory layout (new layout looks rather a muddle--needs rework) - verified build & test on NT and Solaris/gcc p4raw-id: //depot/win32/perl@1060
| | * [asperl] asperl branch verified to build w/o PERL_OBJECT on Solaris and NTGurusamy Sarathy1998-05-291-0/+2
| | | | | | | | | p4raw-id: //depot/asperl@1059
| | * [asperl] type xtext for *.t that were missing itGurusamy Sarathy1998-05-292-0/+0
| | | | | | | | | p4raw-id: //depot/asperl@1058
| | * [asperl] fixups to make it build and pass tests under both compilersGurusamy Sarathy1998-05-293-0/+5
| | | | | | | | | p4raw-id: //depot/asperl@1056
| | * [asperl] integrate mainline changesGurusamy Sarathy1998-05-2970-817/+1318
| | |\ | | | | | | | | p4raw-id: //depot/asperl@1055
| | * | [asperl] fix various shenanigans with C<environ>, BC and VC builds now passGurusamy Sarathy1998-05-296-28/+14
| | | | | | | | | | | | | | | | | | | | all tests p4raw-id: //depot/asperl@1049
| | * | [asperl] tweaks to enable Borland buildGurusamy Sarathy1998-05-282-9/+20
| | | | | | | | | | | | p4raw-id: //depot/asperl@1040
| | * | [asperl] add AS patch#22 (fix to make die_exit.t pass)Gurusamy Sarathy1998-05-271-0/+1
| | | | | | | | | | | | p4raw-id: //depot/asperl@1037
| | * | [asperl] add AS patch#21 (misc. fixes)Gurusamy Sarathy1998-05-279-36/+80
| | | | | | | | | | | | p4raw-id: //depot/asperl@1036
| | * | [asperl] more changes to satisfy non-debug VC build (C-API doesn'tGurusamy Sarathy1998-05-2612-124/+118
| | | | | | | | | | | | | | | | | | | | build, and the testsuite still won't run) p4raw-id: //depot/asperl@1035
| | * | [asperl] tweaks to make it build with the Borland compiler. Won't runGurusamy Sarathy1998-05-2614-50/+153
| | | | | | | | | | | | | | | | | | | | | | | | testsuite because @INC intuition from location of perlcore.dll seems to be broken. Also, system() and qx// seem broken as well. p4raw-id: //depot/asperl@1033
| | * | [asperl] tweak makefilesGurusamy Sarathy1998-05-242-36/+90
| | | | | | | | | | | | p4raw-id: //depot/asperl@1031
| | * | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-18248-4860/+12079
| | |\ \ | | | | | | | | | | p4raw-id: //depot/asperl@1010
| | * | | [asperl] add AS patch#20 (exposes more global constants)Gurusamy Sarathy1998-05-0116-19/+158
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@908
| | * | | [asperl] add AS patch#19 (adds socket layer generation to GenCAPI.pl)Gurusamy Sarathy1998-04-251-0/+358
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@903
| | * | | [asperl] add AS patch#18Gurusamy Sarathy1998-04-243-42/+142
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@898
| | * | | [asperl] add AS patch#17Gurusamy Sarathy1998-04-2121-51/+1160
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@893
| | * | | [asperl] add AS patch#16Gurusamy Sarathy1998-04-207-50/+123
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@892
| | * | | [asperl] small tweaks to make it compile (doesn't run)Gurusamy Sarathy1998-04-086-6/+8
| | | | | | | | | | | | | | | p4raw-id: //depot/asperl@885
| | * | | [asperl] integrate mainline changesGurusamy Sarathy1998-04-08136-16336/+19695
| | |\ \ \ | | | | | | | | | | | | p4raw-id: //depot/asperl@884
| | * | | | [asperl] add AS patch#15Gurusamy Sarathy1998-04-0315-148/+296
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/asperl@863
| | * | | | [asperl] fix buggy order of free() in regcomp.c (from AS)Gurusamy Sarathy1998-03-171-5/+6
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/asperl@831
| | * | | | [asperl] add a part of AS patch#14, backout incomplete variableGurusamy Sarathy1998-03-176-202/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name changes for gcc. Builds and tests under VC/BC once again. p4raw-id: //depot/asperl@830
| | * | | | [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-1627-1056/+1115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (passes all tests when built under PERL_OBJECT) p4raw-id: //depot/asperl@809
| | * | | | [asperl] add AS patch#13Gurusamy Sarathy1998-03-121-4/+4
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/asperl@807
| | * | | | [asperl] added AS patch#12 with minor changesGurusamy Sarathy1998-03-1217-516/+805
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/asperl@806
| | * | | | [win32] integrate mainline changesGurusamy Sarathy1998-03-07107-3473/+5328
| | |\ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/asperl@799
| | * | | | | [asperl] added AS patch#11Douglas Lankshear1998-03-053-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD4820.AFC70110.dougl@ActiveState.com> This patch fixes a bug I introduced removing duplicate code. -- Doug p4raw-id: //depot/asperl@788
| | * | | | | [asperl] added AS patch#10Douglas Lankshear1998-03-041-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <01BD4691.963D1670.dougl@ActiveState.com> Subject: [PATCH] Here's a patch to win32/dl_win32.xs that is a fix for the lookup of statically linked modules. -- Doug p4raw-id: //depot/asperl@760