summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | bring in basic threads stuff under USE_ITHREADSGurusamy Sarathy1999-12-238-75/+128
| * fix typosGurusamy Sarathy1999-12-262-2/+2
| * support for v5.5.640 style version numbersGurusamy Sarathy1999-12-2413-79/+242
| * integrate mainline contents into utfperlGurusamy Sarathy1999-12-2333-102/+233
| |\ | |/ |/|
* | virtual directory handling broken on paths with trailing slashGurusamy Sarathy1999-12-203-31/+72
* | revert optimization in change#4700 (it appears OPpRUNTIME flagGurusamy Sarathy1999-12-201-7/+0
* | avoid pp_regcomp() changing optree at run time under USE_*THREADS (orGurusamy Sarathy1999-12-201-0/+11
* | pod tweaksGurusamy Sarathy1999-12-203-11/+10
* | uv_to_utf8() could lose 37th bit on HAS_QUAD platformsGurusamy Sarathy1999-12-201-1/+1
* | fix from Larry for parsing C<{ 0x1 => 'foo'}> as anGurusamy Sarathy1999-12-182-6/+11
* | leak in change#4694 spotted by LarryGurusamy Sarathy1999-12-171-2/+2
* | test case for change#4694Gurusamy Sarathy1999-12-171-3/+11
* | delete() should return the value as is, not a copy thereofGurusamy Sarathy1999-12-172-6/+10
* | fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)Gurusamy Sarathy1999-12-172-6/+11
* | credits tweakGurusamy Sarathy1999-12-171-1/+4
* | DynaLoader doesn't build properly when $(DLSRC) changesGurusamy Sarathy1999-12-171-0/+1
* | add missing new opsGurusamy Sarathy1999-12-171-1/+8
* | test harness tweak from Hans MulderGurusamy Sarathy1999-12-171-1/+1
* | miniperl build fixes for NeXTstep and cygwin (from Hans MulderGurusamy Sarathy1999-12-172-2/+23
* | applied suggested patch with whitespace adjustmentsHelmut Jarausch1999-12-171-12/+23
* | avoid warnings due to symbols unintroduced by XSLoader (spottedGurusamy Sarathy1999-12-175-6/+6
* | fix bug when one of the operands is +0E+0 (from Ronald J KimballGurusamy Sarathy1999-12-172-11/+16
* | spell out how to get 4-digit year (from Micheal G SchwernGurusamy Sarathy1999-12-161-0/+16
* | type mismatch for %c format argument (spotted by Robin BarkerGurusamy Sarathy1999-12-161-2/+2
* | mingw32 doesn't have anonymous union (from Benjamin StuhlGurusamy Sarathy1999-12-161-1/+1
* | missing backslash (spotted by Johan Vromans)Gurusamy Sarathy1999-12-161-1/+1
* | avoid coredump on diagnostics when STDERR is closedGurusamy Sarathy1999-12-161-0/+1
* | interpreter structure should be nulled under -DMULTIPLICITYGurusamy Sarathy1999-12-101-0/+1
* | update ChangesGurusamy Sarathy1999-12-091-0/+64
* | fix File::Find testsuite bugs in symlink-less placesGurusamy Sarathy1999-12-091-7/+9
* | USE_ITHREADS tweaks and notesGurusamy Sarathy1999-12-093-12/+79
* | allow new style sort subs to work under usethreadsGurusamy Sarathy1999-12-091-1/+7
* | document compatibility issue with literal list slices and NOTOPGurusamy Sarathy1999-12-091-0/+22
* | avoid mismatched expectation <-> int types for C++ buildsGurusamy Sarathy1999-12-094-6/+6
* | newer version of File::Find with support for following symlinks andGurusamy Sarathy1999-12-093-133/+676
* | avoid initializing GvCV slot for autovivified filehandlesGurusamy Sarathy1999-12-091-1/+1
* | apply change#4618 again along with Ilya's patch to fix bugsGurusamy Sarathy1999-12-089-44/+719
* | patch to fix parser bug in C<${h{${a[0]}}} = 13>Larry Wall1999-12-085-20/+8
* | patch to fix aix hints from ortmann@vnet.ibm.comGurusamy Sarathy1999-12-081-2/+2
* | documentation tweaks from M. J. T. Guy, Micheal Schwern, andGurusamy Sarathy1999-12-084-13/+113
* | introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-0811-8/+38
* | use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.Gurusamy Sarathy1999-12-081-30/+2
* | longstanding typo in lexer: PL_lex_expect was not properlyGurusamy Sarathy1999-12-081-1/+1
* | typos in change#4546Gurusamy Sarathy1999-12-074-6/+18
* | typos in change#4660Gurusamy Sarathy1999-12-077-11/+11
* | tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-0610-19/+57
* | allow IRIX 6.5 to build perl (from Helmut JarauschGurusamy Sarathy1999-12-061-1/+7
* | fix for -Dp via $^D (suggested by Stephane PayrardGurusamy Sarathy1999-12-061-0/+3
* | change#4641 needs perldiag.pod editGurusamy Sarathy1999-12-062-10618/+1
* | Makefile tweak for change#4649Gurusamy Sarathy1999-12-061-1/+1