summaryrefslogtreecommitdiff
path: root/pp.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-3/+3
* 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
| |\
| * | Time is not yet ripe.Jarkko Hietaniemi1999-09-051-26/+85
* | | fix memory leak in C<sub f { split ' ', "a b" } f() while 1>Gurusamy Sarathy1999-09-081-0/+1
| |/ |/|
* | initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+2
|/
* Enable 64-bit clean bit ops.Jarkko Hietaniemi1999-09-041-85/+26
* For some odd reason #4056 didn't undo #3922 completely.Jarkko Hietaniemi1999-08-311-8/+1
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-63/+13
* Unapply an experimental patch that accidentally escapedJarkko Hietaniemi1999-08-111-38/+61
* Patches needed to get _60 building withDan Sugalski1999-08-101-61/+38
* Integrate with Nick.Jarkko Hietaniemi1999-08-091-1/+15
|\
| * native int pack/unpack fixes (from Spider BoardmanGurusamy Sarathy1999-08-021-1/+15
* | Protect against pack/unpack repeat count overflows,Nathan Torkington1999-08-061-2/+8
* | split /^/ deprecation warning should not be on by default.Jarkko Hietaniemi1999-08-051-1/+1
* | Warning fix to change #3922.Paul Marquess1999-08-051-2/+3