summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* autovivify open($fh[0],...) properlyGurusamy Sarathy2000-03-201-1/+1
* Solaris long double fixes from Alan Burlison.Jarkko Hietaniemi2000-03-131-1/+1
* avoid warningGurusamy Sarathy2000-03-061-1/+1
* prototype changes for eventually supporting C<binmode(F, ":raw")>Gurusamy Sarathy2000-03-051-1/+1
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-12/+12
* scan_num() sticks to UVs rather than IVs (now -2147483648 doesn'tGurusamy Sarathy2000-03-051-3/+17
* workaround for Tru64 compiler bug (cleaner fix will haveJarkko Hietaniemi2000-03-021-0/+15
* Couple of math functions need to be Perl_ so thatJarkko Hietaniemi2000-03-011-3/+3
* Lift the 32-bit straightjacket from bit ops;Jarkko Hietaniemi2000-02-281-65/+26
* More UTF8_MAXLEN fixesGisle Aas2000-02-241-3/+3
* lexical warnings update, ability to inspect bitmask in callingGurusamy Sarathy2000-02-201-13/+15
* allocate sufficient buffer sizes for 64-bit wide utf8 charactersGurusamy Sarathy2000-02-191-2/+2
* remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)Gurusamy Sarathy2000-02-071-2/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-1/+1
* runtime now looks at the SVf_UTF8 bit on the SV to decideGurusamy Sarathy2000-01-311-24/+41
* Misedit in #4888.Jarkko Hietaniemi2000-01-251-1/+1
* UNICOS/mk patches. Removing the _CRAYMPP test may beJarkko Hietaniemi2000-01-251-2/+2
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-2/+16
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-6/+31
* fix 4-arg substr() when used as argument to subroutineGurusamy Sarathy2000-01-021-3/+3
* avoid initializing GvCV slot for autovivified filehandlesGurusamy Sarathy1999-12-091-1/+1
* tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;Gurusamy Sarathy1999-12-061-7/+11
* readability tweak suggested by GRommel@sears.comGurusamy Sarathy1999-12-041-32/+25
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-041-2/+2
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-041-15/+14
* avoid potential stack extension bug in pp_unpack() (spotted by Ilya)Gurusamy Sarathy1999-12-021-3/+4
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-1/+1
|\
| * Regen Configure.Jarkko Hietaniemi1999-11-161-1/+1
* | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
|/
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-1/+6
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-1/+6
* | Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-5/+5
|/
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-2/+2
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
* Remove quad logic from perl.h; regen Configure;Jarkko Hietaniemi1999-10-291-6/+6
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-2/+8
|\
| * Avoid creating GV with NULL name when vivifying nameless scalars.Nick Ing-Simmons1999-10-241-2/+8
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-4/+4
|/
* allow any unpack specifier to take a count via '/'Gurusamy Sarathy1999-10-121-5/+8
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-111-2/+8
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+1
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-2/+2
* fix buggy popping of subroutine contexts in the lvalueGurusamy Sarathy1999-09-261-17/+18
* change "#" to a comment starter in pack templates; "/" nowIlya Zakharevich1999-09-231-6/+16
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-191-0/+6
* Replace change #4100 withRobin Barker1999-09-131-2/+2
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-081-28/+87
|\
| * Fix pointer casts.Robin Barker1999-09-071-2/+2
| * Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-0/+2
| |\