Guido van Rossum
|
6eed906533
|
Typo (missing _) in _xdr line.
|
1996-08-30 20:41:30 +00:00 |
|
Guido van Rossum
|
6c0b234006
|
#include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.
Add proper initialization of rtn = NULL in unpack_double.
|
1996-08-30 20:39:43 +00:00 |
|
Guido van Rossum
|
213a685cd8
|
Move backup definition for hypot() to Python/hypot.c.
|
1996-08-29 18:13:16 +00:00 |
|
Guido van Rossum
|
c9970eecc2
|
Call __initialize(), not __sinit() on Mac dynamic loading entry.
|
1996-08-26 14:37:15 +00:00 |
|
Guido van Rossum
|
497aedd2ff
|
Get rid of unused local variable.
|
1996-08-21 23:46:01 +00:00 |
|
Guido van Rossum
|
4f903463b8
|
Removed environment, objc, sybase modules
|
1996-08-21 22:15:03 +00:00 |
|
Guido van Rossum
|
f00eb71d90
|
Get rid of some obsolete modules:
- environment.c (we now have os.putenv)
- sybase (a better one is in contrib/Databases/Sybase.*)
- objc.c (incomplete and unsupportable by us)
|
1996-08-21 22:11:54 +00:00 |
|
Guido van Rossum
|
2a2884645d
|
Patches to make it compile with K&R C
|
1996-08-21 21:55:43 +00:00 |
|
Guido van Rossum
|
3bcf7d2f0b
|
Avoid complaint about inconsistent hypot() linkage on NT.
|
1996-08-21 20:36:52 +00:00 |
|
Guido van Rossum
|
171191efb2
|
Raise ValueError on empty string passed into atoi(), atol(), atof().
|
1996-08-21 20:02:25 +00:00 |
|
Guido van Rossum
|
360a934609
|
Support for old CPP
|
1996-08-21 19:04:10 +00:00 |
|
Guido van Rossum
|
ae92f01029
|
Hacks to support being a Windows DLL
|
1996-08-21 19:03:36 +00:00 |
|
Guido van Rossum
|
c9fb47ef08
|
Added delslice and delitem.
Renamed and, or to and_, or_.
Renamed all internal identifiers so as not to start with '__' (which is
a compiler privilege); remove AIX hack.
|
1996-08-21 17:40:51 +00:00 |
|
Guido van Rossum
|
4747887880
|
New batch from Fred
|
1996-08-21 14:32:37 +00:00 |
|
Guido van Rossum
|
bf0dc9fb14
|
Add #define MAC_TCL for Mac.
|
1996-08-20 20:49:56 +00:00 |
|
Guido van Rossum
|
613b943bf9
|
*noconfig* -> *shared*.
Add # -lm comment to modules that need it as sharedlib.
|
1996-08-20 19:50:17 +00:00 |
|
Guido van Rossum
|
4355454232
|
Support *shared* and *static* as aliases for *noconfig* and *config*.
|
1996-08-20 19:49:13 +00:00 |
|
Guido van Rossum
|
d62d8bced3
|
Test for xdrmem_create() failure.
Minor lay-out changes.
|
1996-08-20 19:47:44 +00:00 |
|
Guido van Rossum
|
cde317ae62
|
Install shared libs with executable mode -- needed for HPUX,
doesn't hurt elsewhere.
|
1996-08-20 19:46:35 +00:00 |
|
Guido van Rossum
|
272841c439
|
Changes by Rob Hooft for GMP 2.0.2
|
1996-08-19 23:06:45 +00:00 |
|
Guido van Rossum
|
73363b526e
|
Added _xdr module
|
1996-08-19 22:58:53 +00:00 |
|
Guido van Rossum
|
7cf1fcf347
|
Always include config.h
|
1996-08-19 22:12:39 +00:00 |
|
Guido van Rossum
|
8f3032da10
|
Declare initregex() as returning void, as it should be.
|
1996-08-19 22:03:12 +00:00 |
|
Guido van Rossum
|
860986812a
|
Remove some unused variables.
|
1996-08-19 22:02:43 +00:00 |
|
Guido van Rossum
|
2977e5d660
|
Declare a bunch of internal routines as returning void.
|
1996-08-19 22:02:19 +00:00 |
|