| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
add ->cop_io to COP structure in cop.h.
Make mg.c and gv.c associate it with ${^OPEN}.
Make lib/open.pm set it.
Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
manner similar to ->cop_warnings.
Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
call new PerlIO_apply_layers().
Declare latter in perlio.h and define in perlio.c
p4raw-id: //depot/perlio@7740
|
|
|
|
|
|
|
| |
Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
Synchronize with Cygwin 1.1.5.
p4raw-id: //depot/perl@7597
|
|
|
|
|
| |
p4raw-link: @7202 on //depot/perl: c3fbb29af1dd039d12fa65f0dc334e804a3883fc
p4raw-id: //depot/perl@7204
|
|
|
|
|
|
|
| |
change#7202
p4raw-link: @7202 on //depot/perl: c3fbb29af1dd039d12fa65f0dc334e804a3883fc
p4raw-id: //depot/perl@7203
|
|
|
|
|
|
|
| |
Fix the lib/encode.t subtest 6 failure as reported by Andreas
Koenig, gmagical substr() wasn't propagating UTF8ness. The bug
was unearthed by change 7182, as was a bug in HTML::Entities.
p4raw-id: //depot/perl@7202
|
|
|
|
|
| |
Message-ID: <26423.969484586@www10.gmx.net>
p4raw-id: //depot/perl@7124
|
|
|
|
|
|
| |
Subject: Re: Tiny 2-byte change to fix debugger's eval bug
Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7120
|
|
|
|
|
|
| |
Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@6967
|
|
|
| |
p4raw-id: //depot/perl@6879
|
|
|
| |
p4raw-id: //depot/perl@6642
|
|
|
| |
p4raw-id: //depot/perl@6629
|
|
|
|
|
| |
Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
p4raw-id: //depot/perl@6620
|
|
|
|
|
| |
Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
p4raw-id: //depot/perl@6615
|
|
|
|
|
| |
Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
p4raw-id: //depot/perl@6588
|
|
|
|
|
| |
bleeding edge FreeBSD. From Paul Saab.
p4raw-id: //depot/perl@6492
|
|
|
|
|
|
|
|
|
|
|
| |
instead one must use setproctitle(). This was already addressed
by change #6457, but the below has a new variant for FreeBSD 4.0
or later, and the matter is also documented more.
Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
Message-Id: <20000801154139.A53740@yahoo-inc.com>
p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3
p4raw-id: //depot/perl@6483
|
|
|
|
|
|
| |
Subject: setting $* on BSD4 broken
Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
p4raw-id: //depot/perl@6457
|
|
|
|
|
| |
cleanups (typos, misformatted code, and small bugs)
p4raw-id: //depot/perl@6399
|
|
|
|
|
|
|
|
| |
(NOTE: today's batch of integrations still untested)
p4raw-link: @6373 (not found)
p4raw-link: @6325 on //depot/cfgperl: d6ac44cc5a00fa38a56717785146bc16b716472c
p4raw-id: //depot/perl@6373
|
|
|
| |
p4raw-id: //depot/cfgperl@6193
|
|
|
|
|
| |
<neeri@iis.ee.ethz.ch>)
p4raw-id: //depot/perl@6143
|
|
|
| |
p4raw-id: //depot/perl@6108
|
|
|
| |
p4raw-id: //depot/perl@5995
|
|
|
|
|
| |
al propagate utf8-ness (from Graham Barr)
p4raw-id: //depot/perl@5794
|
|
|
| |
p4raw-id: //depot/cfgperl@5705
|
|
|
| |
p4raw-id: //depot/perl@5702
|
|
|
| |
p4raw-id: //depot/perl@5540
|
|
|
| |
p4raw-id: //depot/perl@5394
|
|
|
| |
p4raw-id: //depot/cfgperl@5334
|
|
|
|
|
| |
scope, among other things (from Paul Marquess)
p4raw-id: //depot/perl@5170
|
|
|
|
|
| |
introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
p4raw-id: //depot/perl@5029
|
|
|
| |
p4raw-id: //depot/perl@5025
|
|
|
|
|
| |
years (from Gisle Aas)
p4raw-id: //depot/perl@5009
|
|
|
|
|
| |
<EFifer@sanwaint.com>)
p4raw-id: //depot/perl@5008
|
|
|
|
|
|
|
| |
calls should using widechar APIs; chr and sprintf "%c" also
follow this flag in the absense of "use byte"; "use utf8"
sets $^U=1 (this appears kludgey)
p4raw-id: //depot/perl@4937
|
|
|
|
|
|
|
|
|
| |
whether to use widechar semantics; lexer and RE engine continue
to need "use utf8" to enable unicode awareness in literals
and patterns (TODO: this needs to be fixed); $1 et al are marked
SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
it from the data is probably better)
p4raw-id: //depot/perl@4930
|
|
|
|
|
|
|
| |
Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
flexible for better readability; add missing docs in sv.c; regenerate
perltoc
p4raw-id: //depot/perl@4915
|
|
|
| |
p4raw-id: //depot/perl@4882
|
|
|
| |
p4raw-id: //depot/perl@4717
|
|
|
|
|
| |
<stef@adnaccess.com>)
p4raw-id: //depot/perl@4658
|
|\
| |
| | |
p4raw-id: //depot/perl@4606
|
| |
| |
| | |
p4raw-id: //depot/cfgperl@4595
|
| |
| |
| | |
p4raw-id: //depot/perl@4605
|
|/
|
| |
p4raw-id: //depot/perl@4602
|
|\
| |
| | |
p4raw-id: //depot/cfgperl@4555
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
subtests; various subtle bugs, new and old, observed when running
cloned interpreters have been fixed
still to do:
| * dup psig_ptr table
| * merge PADOP GVs support with "our" SVs (existing PADOPs are too
| simple-minded and grab one pad entry each, heavily bloating
| the pad by not avoiding dups)
| * overloaded constants are not really immutable--they need to
| be PADOPs
| * allocator for constants and OPs need to be spelled differently
| (shared vs interpreter-local allocations)
| * optree refcounting is still missing locking (macros are in place)
| * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
| perl_clone() can be called from within runops*()
p4raw-id: //depot/perl@4553
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4533
|
| |
| |
| | |
p4raw-id: //depot/perl@4521
|
|\ \
| |/
| | |
p4raw-id: //depot/cfgperl@4513
|
| |
| |
| | |
p4raw-id: //depot/perl@4511
|