| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
*-linux-thread at the moment.
p4raw-id: //depot/perl@274
|
|
|
|
|
| |
Subject: Tiny core patch for source filters
p4raw-id: //depot/perl@273
|
|
|
|
|
|
|
|
|
|
|
| |
applied parts of following patches:
Subject: Perl 5.004_54 on IRIX
Date: Wed, 19 Nov 1997 18:37:14 +0200 (EET)
From: Jarkko Hietaniemi <jhi@iki.fi>
Subject: Re: Perl 5.004_54 on IRIX
Date: 19 Nov 1997 17:10:17 -0800
From: Scott Henry <scotth@sgi.com>
p4raw-id: //depot/perl@271
|
|
|
|
|
|
| |
SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
also fixed two instances of referring to SVs after destruction.
p4raw-id: //depot/perl@270
|
|
|
|
|
|
|
| |
changed by mg_get(*keysp) (!). Introducing a new local variable
fixed it but I don't know if it's a compiler problem or some
other corruption happening elsewhere.
p4raw-id: //depot/perl@269
|
|
|
|
|
|
| |
Subject: [PATCH] 5.004_54: little something for
get{hos,ne}tbyaddr protos (Configure, config_h.SH, pp_sys.c)
p4raw-id: //depot/perl@268
|
|
|
|
|
| |
Subject: Version 7 of Jumbo RE patch available
p4raw-id: //depot/perl@267
|
|
|
|
|
|
| |
version of patch:
Subject: tie fake hash patch for 5.004_54
p4raw-id: //depot/perl@266
|
|
|
| |
p4raw-id: //depot/perl@265
|
|
|
|
|
|
| |
is assigned to. Added tests to t/op/array.t. magic_setisa now
warns about including non-existent packages in @ISA when -w is on.
p4raw-id: //depot/perl@264
|
|
|
| |
p4raw-id: //depot/perl@263
|
|\
| |
| | |
p4raw-id: //depot/perl@262
|
| |
| |
| | |
p4raw-id: //depot/win32/perl@261
|
| |
| |
| |
| |
| |
| | |
no USE_THREADS (for win32). This was missed because of edit
w/o checkout perforce kludge.
p4raw-id: //depot/win32/perl@256
|
| |\
| |/
|/|
| |
| | |
to reverse integrate the win32 branch into mainline.
p4raw-id: //depot/win32/perl@253
|
| |
| |
| | |
p4raw-id: //depot/perl@252
|
| |
| |
| | |
p4raw-id: //depot/perl@251
|
| |
| |
| |
| |
| | |
doesn't run handlers for self-sent signals until kill has returned.)
p4raw-id: //depot/perl@250
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and die() and make join propagate the die. Add tiny method eval
which just does "return eval { shift->join; }". Add Thread::Specific
class for access to thread specific user data along with specific.t.
Rename Class to classname throughout Thread.xs for consistency.
Fix pp_specific to pp_threadsv in global.sym. Add support to
pp_entersub in pp_hot.c to lock stash for static locked methods.
p4raw-id: //depot/perl@248
|
| |
| |
| |
| |
| |
| |
| | |
to avoid the Digital UNIX clash no longer works). Changed the #ifdef
in pp_sys.c for whether getnet* function get protoyped (since the
default had a broken prototype for getnetbyaddr).
p4raw-id: //depot/perl@247
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- ldflags is set for both compilers now
- extensions list is now correct
- delete perl95.exe on distclean
- cf_time now gets updated (once)
- ccdlflags is set for Borland
- fix startperl so dprofpp works
p4raw-id: //depot/win32/perl@249
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
contains the all the declarations and macros for the win32io layer.
New std-ish functions are exported now. All win32-specific exported
functions begin with "win32_" consistently. win32 version of
init_os_extras() is now exported, so embedders can get the in-core
xsubs.
p4raw-id: //depot/win32/perl@244
|
| |
| |
| | |
p4raw-id: //depot/win32/perl@243
|
| |
| |
| |
| |
| |
| |
| |
| | |
files (win32/win32io.[ch]) completely removed, as are all traces
of them in makefiles and MANIFEST. RunPerl() retains the void* arg
for later. Various myfoo() things regularized to my_foo(). CPP not
required anymore to create a perl binary :)
p4raw-id: //depot/win32/perl@242
|
| |
| |
| |
| |
| |
| |
| | |
- s/stolen/win32/g
- s/(CROAK|WARN)/lc($1)/eg
- remove deadcode from most places
p4raw-id: //depot/win32/perl@241
|
| |
| |
| |
| |
| | |
the leading edge.
p4raw-id: //depot/win32/perl@240
|
| |
| |
| | |
p4raw-id: //depot/win32/perl@239
|
| |
| |
| |
| |
| |
| | |
done cleaner, if really needed (perhaps only for efficiency reasons?)).
Redundant EXTERN_C definitions and related warnings fixed.
p4raw-id: //depot/win32/perl@238
|
| |
| |
| |
| |
| |
| | |
contain all the win32-specific statics.
Win32 branch now passes all tests with or w/o USE_THREADS.
p4raw-id: //depot/win32/perl@235
|
| |\
| |/
|/| |
p4raw-id: //depot/win32/perl@234
|
| |
| |
| | |
p4raw-id: //depot/perl@233
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
previous change (231) but my way of recovering it didn't work
properly. The change 231 comments about successful tests applies
to this t/TEST (i.e. as of this change).
p4raw-link: @229 on //depot/perl: 2faa37ccf8e46b865687f0ab4992b29a75eb79ea
p4raw-id: //depot/perl@232
|
| |
| |
| |
| |
| | |
with usethreads. Untested with non-threaded perl.
p4raw-id: //depot/perl@231
|
|\ \
| | |
| | | |
p4raw-id: //depot/perl@230
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enhance times() for NT,
(Failed) attempt to implement alarm(),
Fixed config.h dependancy in makefile.mk
p4raw-id: //depot/ansiperl@219
|
| | |
| | |
| | | |
p4raw-id: //depot/ansiperl@218
|
| | |
| | |
| | | |
p4raw-id: //depot/ansiperl@217
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
TIEHASH works, but 2nd call (after db is closed, attempt
to reopen) tries to AUTOLOAD TIEHASH rather than using
cached value.
p4raw-id: //depot/ansiperl@216
|
| | |
| | |
| | | |
p4raw-id: //depot/ansiperl@215
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Win32 ignores case and keeps trying to update
repository copy of 'configure' or 'Configure' with
the other.
p4raw-id: //depot/ansiperl@214
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Root cause of fail was init_thread_intern() in
new_struct_thread() (which is called in parent thread)
clobbering dTHR of parent thread.
It is doubtfull if setting 'self' in new_struct_thread()
is 'right' but left in for now.
p4raw-id: //depot/ansiperl@213
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This allows lib/safe.t to pass when threaded.
It is unclear if 'lock' should be safe as it allows
denial of service attack, but could not figure out
how to add just 'specific' (sic) to :default
without triggering 'already tagged' warning noise.
p4raw-id: //depot/ansiperl@212
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/ansiperl@211
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
repository, then import result back into my view
of Malcolm's repository.
Builds and passes (most) tests with GNU C++/Solaris
and Borland C++, Win32.
p4raw-id: //depot/ansiperl@210
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/ansiperl@208
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/ansiperl@203
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
but did not work
p4raw-id: //depot/ansiperl@202
|
| |\ \ \ \
| | | | | |
| | | | | | |
p4raw-id: //depot/ansiperl@201
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/ansiperl@199
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
back and forth between depots.
p4raw-id: //depot/ansiperl@198
|