1998-10-28 |
Jarkko Hietaniemi |
a2p.y needs to generate also y.tab.h. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Jarkko Hietaniemi |
The "parse error" must be converted to "syntax error", |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Jarkko Hietaniemi |
Regen sig_n{ame,umber}* if slightest doubt. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Jarkko Hietaniemi |
Bison says 'parse error', not 'parser error'. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Jarkko Hietaniemi |
yylex() parametrization. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Jarkko Hietaniemi |
Bring in #2102. |
commit | commitdiff | tree | snapshot |
1998-10-28 |
Dominic Dunlop |
Re: perl5.004_04 testing problem |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Jarkko Hietaniemi |
$Config{sig_num_init}. |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Jarkko Hietaniemi |
Regenerated perly_c.diff. |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Jarkko Hietaniemi |
First the mangler was Netscape, then it was me. |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Jarkko Hietaniemi |
`id -Gn` might be available where `groups` is not. |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Jarkko Hietaniemi |
Netscape had mangled the tabs. |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Neale Ferguson |
ATTR_JOINABLE logic, based on (private email) |
commit | commitdiff | tree | snapshot |
1998-10-27 |
Brian Harrison |
Mach cthreads support based on: |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
Also posix-bc wants to reyacc. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
Removed !(*s ... |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
More robustness. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
s/YYLEX_PARAM/YYLEXPARAM/ |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
Indicate skipped subtests. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
Integrate from mainperl. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Jarkko Hietaniemi |
Add test for filetests. |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Gurusamy Sarathy |
various win32 tweaks; disable new xs_cpp section (it... |
commit | commitdiff | tree | snapshot |
1998-10-26 |
Gurusamy Sarathy |
sanity-check $Config{drand01} in rand.t |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
update win32/config*.?c |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Graham Barr |
Re: die with a reference should use overload "" operator |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Graham Barr |
Re: Auto-incrementing tied scalar causes SEGV |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
fix C<print $n += 5;> etc. |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Jarkko Hietaniemi |
list builtins with portability caveats |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
fix stack overrun in file test operators |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Vishal Bhatia |
implement C<goto ... |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Graham Barr |
Re: taint checking for: use lib "$ENV{'EVIL'}" |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
avoid bogus line number in XSUB redefined warnings |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Martijn Koster |
File::Path::mkpath reports the wrong error |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Zachary Miller |
Exporter.pm's export_to_level() argument handling buggy |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Jan Dubois |
Make _really_ sure Dynaloader.xs code is initialized... |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Jan Dubois |
recognize '%' as a shell metachar for win32 |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
remove FAST_SV_GETS remnant (as suggested by Gisle... |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gisle Aas |
ord() and unpack("U*",...) should not be negative |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Ilya Zakharevich |
Improve sbrk() on OS/2 |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Ilya Zakharevich |
Speed up aassign |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Graham Barr |
Re: '*' prototype does not allow bareword with strict |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Graham Barr |
handle '::' in section names properly |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
integrate changes#1982,2014,2021 (from maint-5.005) |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
allow more win32 symbol exports (suggested by Jan Dubois) |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
integrate change#2053 from maint-5.005 |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Jarkko Hietaniemi |
commented version of a patch suggested by Drago Goricanec |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Anton Berezin |
include eof() in description of buffering caveats |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gisle Aas |
disallow 'x' in hex numbers (except leading '0x') |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
avoid the circular refcnt logic in magic_mutexfree() |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
properly restore PL_rsfp_filters after require |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
integrate cfgperl changes back into mainline |
commit | commitdiff | tree | snapshot |
1998-10-25 |
Gurusamy Sarathy |
avoid "mysterious" compile-time failures without messages |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Larry Wall |
chr(0xFFFFFFFF) didn't translate to utf8 character |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Larry Wall |
tr///d does not seem to work |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Larry Wall |
Program with utf8 identifiers fails to compile |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Jarkko Hietaniemi |
Test suite portability: |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Jarkko Hietaniemi |
yacc clarification. |
commit | commitdiff | tree | snapshot |
1998-10-23 |
Jarkko Hietaniemi |
Some C compilers get upset about 8-bit characters in... |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Jarkko Hietaniemi |
Configure update: both for pthread_yield more robust |
commit | commitdiff | tree | snapshot |
1998-10-22 |
Jarkko Hietaniemi |
DJGPP feedback for #2028. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Jarkko Hietaniemi |
yielding, the saga continues. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Jarkko Hietaniemi |
VM/ESA feedback for #2028. |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Gurusamy Sarathy |
fix handling of mayhaps-extended @_ in goto &sub |
commit | commitdiff | tree | snapshot |
1998-10-21 |
Gurusamy Sarathy |
restore sanity to "constant" references |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
OLD_PTHREADS_API reorganizing. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
#2026 fallout. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
VM/ESA update. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Scott Henry |
64-bitness, based on |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
Add lseeksize. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
Mumble about _yields() only when threaded. |
commit | commitdiff | tree | snapshot |
1998-10-20 |
Jarkko Hietaniemi |
Thinko at PTHREADS_CREATED_JOINABLE. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Jarkko Hietaniemi |
YIELD more robustly. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Jarkko Hietaniemi |
VM/ESA (and OS390) are in between of OLD_PTHREADS_API and |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Jarkko Hietaniemi |
vmesaish.h doesn't exclude unixish.h. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Jarkko Hietaniemi |
1<<$randbits is not good for randbits=48. |
commit | commitdiff | tree | snapshot |
1998-10-19 |
Jarkko Hietaniemi |
Make #2012 glob pattern more portable. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
clean numbered core dumps and t/tmp[0-9]*. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
More robust yacc/bison failure output handling. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
BC2000 POSIX update. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Thomas Dorner |
POSIX BC2000 port from perl-mvs: |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
VM/ESA-update. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
Forgot few S_I* imports. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
The VM/ESA port essentials, based on |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
Integrate mainperl. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jarkko Hietaniemi |
Removed an extra ' from the int64_t test. |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gurusamy Sarathy |
silence -w noises (suggested by Greg Bacon) |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gisle Aas |
Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52] |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gisle Aas |
Core dump from "Missing right brace on \x{}" |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gisle Aas |
utf8 substr can access memory outside PVX buffer |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Hans Mulder |
Doc patch to VMS::Stdio module |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gurusamy Sarathy |
skip readonly vars and unref references when doing... |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gisle Aas |
fix buggy treatment of large checksums on unicode strings |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Ilya Zakharevich |
Memory overrun in os2.c |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gurusamy Sarathy |
clarify section name rules for typemaps |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gurusamy Sarathy |
whitespace-proof grent.t |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Vishal Bhatia |
fix bug in B::CC::pp_sassign() |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gisle Aas |
applied suggested patch with small doc tweak |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Jan Dubois |
apply non-conflicting parts from suggested patch |
commit | commitdiff | tree | snapshot |
1998-10-17 |
Gurusamy Sarathy |
provide option to enable optimization with VC (suggeste... |
commit | commitdiff | tree | snapshot |
next |