]> granicus.if.org Git - python/log
python
16 years agoCorrect documentation to match implementation: "Class" instead of
Skip Montanaro [Mon, 28 Apr 2008 02:59:45 +0000 (02:59 +0000)]
Correct documentation to match implementation: "Class" instead of
"class_descriptor", "Function" instead of "function_descriptor".  Note
default path value for readmodule*.  Wrap some long paragraphs.  Don't
mention 'inpackage' which isn't part of the public API.

16 years agoMinor cleanups:
Skip Montanaro [Mon, 28 Apr 2008 02:57:23 +0000 (02:57 +0000)]
Minor cleanups:
* Avoid creating unused local variables where we can.  Where we can't prefix
  the unused variables with '_'.
* Avoid shadowing builtins where it won't change the external interface of a
  function.
* Use None as default path arg to readmodule and readmodule_ex.

16 years agoWrap some long paragraphs and include the default values for optional
Skip Montanaro [Sun, 27 Apr 2008 22:52:02 +0000 (22:52 +0000)]
Wrap some long paragraphs and include the default values for optional
function parameters.

16 years agoA few small changes:
Skip Montanaro [Sun, 27 Apr 2008 22:49:56 +0000 (22:49 +0000)]
A few small changes:
* The only exception we should catch when trying to import cStringIO is an
  ImportError.
* Delete the function signatures embedded in the mk*temp docstrings.
* The tempdir global variable was initialized twice.

16 years agoAutocompletion of filenames now support alternate separators, e.g. the
Kurt B. Kaiser [Sun, 27 Apr 2008 21:52:19 +0000 (21:52 +0000)]
Autocompletion of filenames now support alternate separators, e.g. the
'/' char on Windows.  Patch 2061 Tal Einat.

16 years agoImproved AutoCompleteWindow logic. Patch 2062 Tal Einat.
Kurt B. Kaiser [Sun, 27 Apr 2008 21:38:05 +0000 (21:38 +0000)]
Improved AutoCompleteWindow logic.  Patch 2062 Tal Einat.

16 years agoHome / Control-A toggles between left margin and end of leading white
Kurt B. Kaiser [Sun, 27 Apr 2008 21:07:41 +0000 (21:07 +0000)]
Home / Control-A toggles between left margin and end of leading white
space.  Patch 1196903 Jeff Shute.

M    idlelib/PyShell.py
M    idlelib/EditorWindow.py
M    idlelib/NEWS.txt

16 years agominor wording changes, rewrap a few lines
Skip Montanaro [Sun, 27 Apr 2008 20:53:57 +0000 (20:53 +0000)]
minor wording changes, rewrap a few lines

16 years agoAdd OpenSearch and a Python logo to the HTML output.
Georg Brandl [Sun, 27 Apr 2008 20:03:05 +0000 (20:03 +0000)]
Add OpenSearch and a Python logo to the HTML output.

16 years agoA little reformating of Py3k warnings
Benjamin Peterson [Sun, 27 Apr 2008 18:40:21 +0000 (18:40 +0000)]
A little reformating of Py3k warnings

16 years ago#2700 Document PyNumber_ToBase
Benjamin Peterson [Sun, 27 Apr 2008 18:14:39 +0000 (18:14 +0000)]
#2700 Document PyNumber_ToBase

16 years agoUse correct XHTML tags.
Georg Brandl [Sun, 27 Apr 2008 17:38:55 +0000 (17:38 +0000)]
Use correct XHTML tags.

16 years ago#2677: add note that not all functions may accept keyword args.
Georg Brandl [Sun, 27 Apr 2008 09:39:59 +0000 (09:39 +0000)]
#2677: add note that not all functions may accept keyword args.

16 years agoUse PyErr_WarnPy3k throughout
Benjamin Peterson [Sun, 27 Apr 2008 03:01:45 +0000 (03:01 +0000)]
Use PyErr_WarnPy3k throughout

16 years agoAdded PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warning...
Benjamin Peterson [Sun, 27 Apr 2008 02:28:02 +0000 (02:28 +0000)]
Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon.

16 years agoFixed URL of PEP 205 in weakref's module docstring.
Alexandre Vassalotti [Sun, 27 Apr 2008 00:52:24 +0000 (00:52 +0000)]
Fixed URL of PEP 205 in weakref's module docstring.

16 years agoAdd missing return type to dealloc.
Georg Brandl [Sat, 26 Apr 2008 18:32:17 +0000 (18:32 +0000)]
Add missing return type to dealloc.

16 years ago#2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.
Georg Brandl [Sat, 26 Apr 2008 18:31:07 +0000 (18:31 +0000)]
#2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.

16 years ago#2668: nit in apply() docs.
Georg Brandl [Sat, 26 Apr 2008 18:25:43 +0000 (18:25 +0000)]
#2668: nit in apply() docs.

16 years agoAllow test_import to work when it is invoked directly
Benjamin Peterson [Fri, 25 Apr 2008 21:43:56 +0000 (21:43 +0000)]
Allow test_import to work when it is invoked directly

16 years agoIssue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.
Mark Dickinson [Fri, 25 Apr 2008 16:59:09 +0000 (16:59 +0000)]
Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.

16 years agoIssue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is
Mark Dickinson [Fri, 25 Apr 2008 16:11:04 +0000 (16:11 +0000)]
Issue #1496032.  Add -mieee to BASECFLAGS on alpha, when gcc is
the compiler.  This should(?) help to fix failures in test_math
and test_cmath on Linux/alpha.

Also add configure message reporting the result of uname -m, as
a debugging aid.

16 years agoAdd from_buffer and from_buffer_copy class methods to ctypes types.
Thomas Heller [Fri, 25 Apr 2008 15:44:16 +0000 (15:44 +0000)]
Add from_buffer and from_buffer_copy class methods to ctypes types.

16 years agoA new crasher.
Armin Rigo [Fri, 25 Apr 2008 09:35:18 +0000 (09:35 +0000)]
A new crasher.

16 years agoFix typo (now -> no)
Neal Norwitz [Fri, 25 Apr 2008 03:40:17 +0000 (03:40 +0000)]
Fix typo (now -> no)

16 years agoreformat some documentation of classes so methods and attributes are under the class...
Benjamin Peterson [Fri, 25 Apr 2008 01:29:10 +0000 (01:29 +0000)]
reformat some documentation of classes so methods and attributes are under the class directive

16 years agoUse absolute import for test package
Amaury Forgeot d'Arc [Thu, 24 Apr 2008 20:41:50 +0000 (20:41 +0000)]
Use absolute import for test package

16 years agoAdd a few tests for pydoc.
Amaury Forgeot d'Arc [Thu, 24 Apr 2008 20:22:26 +0000 (20:22 +0000)]
Add a few tests for pydoc.

This is a modified version of a patch proposed by Humberto Diogenes
in the discussion of issue1883.

I will merge manually this change into the py3k branch: the tests must be adapted.

16 years agoDisable gc when running test_trace, or we may record the __del__ of collected objects.
Amaury Forgeot d'Arc [Thu, 24 Apr 2008 20:10:26 +0000 (20:10 +0000)]
Disable gc when running test_trace, or we may record the __del__ of collected objects.

See http://mail.python.org/pipermail/python-checkins/2008-April/068633.html
the extra events perfectly match several calls to socket._fileobject.__del__()

16 years agoRemove cyclic reference in CFuncPtr instances; see issue #2682.
Thomas Heller [Thu, 24 Apr 2008 18:14:19 +0000 (18:14 +0000)]
Remove cyclic reference in CFuncPtr instances; see issue #2682.

Backport candidate for the release25-maint branch.

16 years agoIssue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
Amaury Forgeot d'Arc [Thu, 24 Apr 2008 18:07:05 +0000 (18:07 +0000)]
Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).
This happened only when 8 is the first digit.
Credits go to Lukas Meuser.

16 years agoAdd Jesus Cea.
Martin v. Löwis [Thu, 24 Apr 2008 13:18:03 +0000 (13:18 +0000)]
Add Jesus Cea.

16 years agoFix typo.
Martin v. Löwis [Thu, 24 Apr 2008 13:17:24 +0000 (13:17 +0000)]
Fix typo.

16 years agoRemove Py_Refcnt, Py_Type, Py_Size, as they were added only
Martin v. Löwis [Thu, 24 Apr 2008 13:16:36 +0000 (13:16 +0000)]
Remove Py_Refcnt, Py_Type, Py_Size, as they were added only
for backwards compatibility, yet 2.5 did not have them at all.

16 years agoAdd Guilherme Polo.
Martin v. Löwis [Thu, 24 Apr 2008 09:50:50 +0000 (09:50 +0000)]
Add Guilherme Polo.

16 years ago#2673 Fix example typo in optparse docs
Benjamin Peterson [Wed, 23 Apr 2008 20:38:06 +0000 (20:38 +0000)]
#2673 Fix example typo in optparse docs

16 years agosyntax fixup
Gregory P. Smith [Wed, 23 Apr 2008 01:06:42 +0000 (01:06 +0000)]
syntax fixup

16 years agoFactor in documentation changes from issue 1753732.
Skip Montanaro [Tue, 22 Apr 2008 22:45:09 +0000 (22:45 +0000)]
Factor in documentation changes from issue 1753732.

16 years agoIssue #2670: urllib2.build_opener() failed when two handlers
Amaury Forgeot d'Arc [Tue, 22 Apr 2008 21:14:41 +0000 (21:14 +0000)]
Issue #2670: urllib2.build_opener() failed when two handlers
derive the same default base class.

Will backport.

16 years agoupdate the getpass entry
Gregory P. Smith [Tue, 22 Apr 2008 08:11:33 +0000 (08:11 +0000)]
update the getpass entry

16 years agoMajor improvements:
Gregory P. Smith [Tue, 22 Apr 2008 08:08:41 +0000 (08:08 +0000)]
Major improvements:
* Default to using /dev/tty for the password prompt and input before
  falling back to sys.stdin and sys.stderr.
* Use sys.stderr instead of sys.stdout.
* print the 'password may be echoed' warning to stream used to display
  the prompt rather than always sys.stderr.
* warn() with GetPassWarning when input may be echoed.

16 years agoAdd Thomas Lee
Neal Norwitz [Tue, 22 Apr 2008 05:07:47 +0000 (05:07 +0000)]
Add Thomas Lee

16 years agoVarious io doc updates
Benjamin Peterson [Tue, 22 Apr 2008 02:16:03 +0000 (02:16 +0000)]
Various io doc updates

16 years agoMake configure test for tanh(-0.) == -0. committed in r62447 actually
Mark Dickinson [Tue, 22 Apr 2008 00:54:27 +0000 (00:54 +0000)]
Make configure test for tanh(-0.) == -0. committed in r62447 actually
work.  (The test wasn't properly linked with libm.  Sigh.)

16 years agoFix Sphinx warnings
Benjamin Peterson [Mon, 21 Apr 2008 22:57:00 +0000 (22:57 +0000)]
Fix Sphinx warnings

16 years agoIssue 2665: On Windows, sys.stderr does not contain a valid file when running without...
Amaury Forgeot d'Arc [Mon, 21 Apr 2008 22:35:30 +0000 (22:35 +0000)]
Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console.
It seems to work, but will fail at the first flush.

This causes IDLE to crash when too many warnings are printed.

Will backport.

16 years agotest_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,
Mark Dickinson [Mon, 21 Apr 2008 22:32:24 +0000 (22:32 +0000)]
test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot,
apparently because tanh(-0.) loses the sign of zero on that platform.
If true, this is a bug in FreeBSD.

Added a configure test to verify this.  I still need to figure out
how best to deal with this failure.

16 years agoIf sys.stdin is not a tty, fall back to default_getpass after printing
Gregory P. Smith [Mon, 21 Apr 2008 21:31:08 +0000 (21:31 +0000)]
If sys.stdin is not a tty, fall back to default_getpass after printing
a warning instead of failing with a termios.error.

16 years agoWindows x64 also falls under VER_PLATFORM_WIN32_NT.
Jeroen Ruigrok van der Werven [Mon, 21 Apr 2008 20:15:39 +0000 (20:15 +0000)]
Windows x64 also falls under VER_PLATFORM_WIN32_NT.

16 years agoexplicitly flush after the ... since there wasn't a newline
Gregory P. Smith [Mon, 21 Apr 2008 17:46:40 +0000 (17:46 +0000)]
explicitly flush after the ... since there wasn't a newline

16 years agocapitalization
David Goodger [Mon, 21 Apr 2008 14:43:33 +0000 (14:43 +0000)]
capitalization

16 years agocorrections ("reStructuredText" is one word)
David Goodger [Mon, 21 Apr 2008 14:40:22 +0000 (14:40 +0000)]
corrections ("reStructuredText" is one word)

16 years agoFix typo.
Thomas Heller [Mon, 21 Apr 2008 13:46:55 +0000 (13:46 +0000)]
Fix typo.

16 years agoMoved Mark SummerField's io doc changes back to the trunk. (He will edit here in...
Benjamin Peterson [Mon, 21 Apr 2008 11:57:40 +0000 (11:57 +0000)]
Moved Mark SummerField's io doc changes back to the trunk. (He will edit here in the future.)

16 years agoAdd various items
Andrew M. Kuchling [Mon, 21 Apr 2008 02:14:24 +0000 (02:14 +0000)]
Add various items

16 years agoWording changes
Andrew M. Kuchling [Mon, 21 Apr 2008 02:08:13 +0000 (02:08 +0000)]
Wording changes

16 years agoMarkup fix
Andrew M. Kuchling [Mon, 21 Apr 2008 02:08:00 +0000 (02:08 +0000)]
Markup fix

16 years agoSilence 'r may be used uninitialized' compiler warning.
Mark Dickinson [Mon, 21 Apr 2008 01:55:50 +0000 (01:55 +0000)]
Silence 'r may be used uninitialized' compiler warning.

16 years agoComment typo
Andrew M. Kuchling [Mon, 21 Apr 2008 01:45:57 +0000 (01:45 +0000)]
Comment typo

16 years agomath.atan2 is misbehaving on Windows; this patch
Mark Dickinson [Sun, 20 Apr 2008 21:39:04 +0000 (21:39 +0000)]
math.atan2 is misbehaving on Windows;  this patch
should fix the problem in the same way that
the cmath.phase problems were fixed.

16 years agoCorrect an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains
Amaury Forgeot d'Arc [Sun, 20 Apr 2008 21:02:21 +0000 (21:02 +0000)]
Correct an apparent refleak in test_pkgutil: zipimport._zip_directory_cache contains
info for all processed zip files, even when they are no longer used.

16 years agoAdd test for tanh(-0.) == -0. on IEEE 754 systems
Mark Dickinson [Sun, 20 Apr 2008 20:38:48 +0000 (20:38 +0000)]
Add test for tanh(-0.) == -0. on IEEE 754 systems

16 years agoEven more fixes for alpha Tru64, this time for
Mark Dickinson [Sun, 20 Apr 2008 18:30:05 +0000 (18:30 +0000)]
Even more fixes for alpha Tru64, this time for
the phase and polar methods.

16 years agoMove description of math module changes; various edits to description of cmath changes
Andrew M. Kuchling [Sun, 20 Apr 2008 16:54:02 +0000 (16:54 +0000)]
Move description of math module changes; various edits to description of cmath changes

16 years agoIssue 2662: Initialize special value tables dynamically (i.e. when
Mark Dickinson [Sun, 20 Apr 2008 16:13:17 +0000 (16:13 +0000)]
Issue 2662: Initialize special value tables dynamically (i.e. when
cmath module is loaded) instead of statically. This fixes compile-time
problems on platforms where HUGE_VAL is an extern variable rather than
a constant.

Thanks Hirokazu Yamamoto for the patch.

16 years agoYet more explicit special case handling to make
Mark Dickinson [Sun, 20 Apr 2008 04:13:13 +0000 (04:13 +0000)]
Yet more explicit special case handling to make
math.pow behave on alpha Tru64.  All IEEE 754
special values are now handled directly; only
the finite**finite case is handled by libm.

16 years agoFreeBSD doesn't follow C99 for modf(inf); so add explicit
Mark Dickinson [Sun, 20 Apr 2008 01:39:24 +0000 (01:39 +0000)]
FreeBSD doesn't follow C99 for modf(inf); so add explicit
special-value handling to math.modf code.

16 years agoReport additional diagnostic information in
Mark Dickinson [Sun, 20 Apr 2008 01:22:30 +0000 (01:22 +0000)]
Report additional diagnostic information in
test_math, to help track down debian-alpha
buildbot failure.

16 years agoMove asinh documentation to the proper place.
Mark Dickinson [Sat, 19 Apr 2008 21:49:22 +0000 (21:49 +0000)]
Move asinh documentation to the proper place.
Remove meaningless 'in radians' from inverse
hyperbolic functions.

16 years agoCorrect documentation for math.pow;
Mark Dickinson [Sat, 19 Apr 2008 21:35:35 +0000 (21:35 +0000)]
Correct documentation for math.pow;
0**nan is nan, not 0.  (But nan**0 and 1**nan are 1.)

Also fix minor typo: 'quite NaN' -> 'quiet NaN'

16 years agoUpdate template for newest Sphinx.
Georg Brandl [Sat, 19 Apr 2008 21:28:38 +0000 (21:28 +0000)]
Update template for newest Sphinx.

16 years agoDocument updates to math and cmath modules.
Mark Dickinson [Sat, 19 Apr 2008 20:31:16 +0000 (20:31 +0000)]
Document updates to math and cmath modules.

16 years agoComplete documentation for errors argument of io's open and TextIOWrapper
Benjamin Peterson [Sat, 19 Apr 2008 19:47:34 +0000 (19:47 +0000)]
Complete documentation for errors argument of io's open and TextIOWrapper

16 years agoAdditional special-case handling for math.pow.
Mark Dickinson [Sat, 19 Apr 2008 19:41:52 +0000 (19:41 +0000)]
Additional special-case handling for math.pow.
Windows/VS2008 doesn't like (-1)**(+-inf).

16 years agoCopy io documentation back from py3k branch so changes can be merged into it.
Benjamin Peterson [Sat, 19 Apr 2008 19:34:05 +0000 (19:34 +0000)]
Copy io documentation back from py3k branch so changes can be merged into it.

16 years agoAdditional tests for math.pow, and extra special-case
Mark Dickinson [Sat, 19 Apr 2008 18:51:48 +0000 (18:51 +0000)]
Additional tests for math.pow, and extra special-case
handling code in math.pow, in the hope of making all
tests pass on the alpha Tru64 buildbot.

16 years ago:func: et al. should *not* include the parens.
Georg Brandl [Sat, 19 Apr 2008 17:00:14 +0000 (17:00 +0000)]
:func: et al. should *not* include the parens.

16 years ago#2631: clarify IMPORT_NAME semantics.
Georg Brandl [Sat, 19 Apr 2008 16:59:16 +0000 (16:59 +0000)]
#2631: clarify IMPORT_NAME semantics.

16 years ago#2633: clarify meaning of env parameter.
Georg Brandl [Sat, 19 Apr 2008 16:58:49 +0000 (16:58 +0000)]
#2633: clarify meaning of env parameter.

16 years ago#2634: clarify meaning of env parameter to spawn/exec*e.
Georg Brandl [Sat, 19 Apr 2008 16:58:28 +0000 (16:58 +0000)]
#2634: clarify meaning of env parameter to spawn/exec*e.

16 years ago#2369: clarify that copyfile() doesn't take a target directory.
Georg Brandl [Sat, 19 Apr 2008 16:57:43 +0000 (16:57 +0000)]
#2369: clarify that copyfile() doesn't take a target directory.

16 years agoFix-up docs for revision 62386.
Georg Brandl [Sat, 19 Apr 2008 08:23:59 +0000 (08:23 +0000)]
Fix-up docs for revision 62386.

16 years agoAdded kill, terminate and send_signal to subprocess.Popen
Christian Heimes [Sat, 19 Apr 2008 02:23:57 +0000 (02:23 +0000)]
Added kill, terminate and send_signal to subprocess.Popen
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().

16 years agoStupid me. Py_RETURN_NAN should actually return something ...
Christian Heimes [Fri, 18 Apr 2008 23:49:11 +0000 (23:49 +0000)]
Stupid me. Py_RETURN_NAN should actually return something ...

16 years agoAdded new files to Windows project files
Christian Heimes [Fri, 18 Apr 2008 23:40:40 +0000 (23:40 +0000)]
Added new files to Windows project files
More Windows related fixes are coming soon

16 years agoSome tests did not pass on repeated calls (regrtest -R::)
Amaury Forgeot d'Arc [Fri, 18 Apr 2008 23:31:33 +0000 (23:31 +0000)]
Some tests did not pass on repeated calls (regrtest -R::)
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.

16 years agoI finally got the time to update and merge Mark's and my trunk-math branch. The patch...
Christian Heimes [Fri, 18 Apr 2008 23:13:07 +0000 (23:13 +0000)]
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.

The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)

16 years agoFix indentation in sysmodule.c
Benjamin Peterson [Fri, 18 Apr 2008 20:45:33 +0000 (20:45 +0000)]
Fix indentation in sysmodule.c

16 years agoresolve issue 2014
Skip Montanaro [Fri, 18 Apr 2008 20:35:46 +0000 (20:35 +0000)]
resolve issue 2014

16 years agoRewrite introductory section, and remove old section. (It was already commented...
Andrew M. Kuchling [Fri, 18 Apr 2008 18:39:55 +0000 (18:39 +0000)]
Rewrite introductory section, and remove old section.  (It was already commented-out, but why keep it?)

16 years agoRemove personal note from Jim Roskind; it no longer applies, and the
Andrew M. Kuchling [Fri, 18 Apr 2008 18:28:23 +0000 (18:28 +0000)]
Remove personal note from Jim Roskind; it no longer applies, and the
e-mail address is for a previous employer.

Can we move the big long copyright statement into a sidebar or something?

16 years ago#2654: fix typo
Andrew M. Kuchling [Fri, 18 Apr 2008 16:53:09 +0000 (16:53 +0000)]
#2654: fix typo

16 years agoUse correct parameter name
Andrew M. Kuchling [Fri, 18 Apr 2008 02:40:47 +0000 (02:40 +0000)]
Use correct parameter name

16 years agoTypo fixes
Andrew M. Kuchling [Thu, 17 Apr 2008 20:44:06 +0000 (20:44 +0000)]
Typo fixes

16 years agoBe consistent in the use of read-only.
Jeroen Ruigrok van der Werven [Thu, 17 Apr 2008 12:39:45 +0000 (12:39 +0000)]
Be consistent in the use of read-only.

16 years agoIssue 2648: Add leading zero to money format recipe in the docs.
Raymond Hettinger [Thu, 17 Apr 2008 10:48:31 +0000 (10:48 +0000)]
Issue 2648: Add leading zero to money format recipe in the docs.

16 years agoAdd details about the return value for mmap.flush().
Jeroen Ruigrok van der Werven [Wed, 16 Apr 2008 12:57:43 +0000 (12:57 +0000)]
Add details about the return value for mmap.flush().

16 years agoReformat to 80 columns prior to adding documentation.
Jeroen Ruigrok van der Werven [Wed, 16 Apr 2008 12:47:01 +0000 (12:47 +0000)]
Reformat to 80 columns prior to adding documentation.

16 years agoFix for possible signed overflow: the behaviour of -LONG_MIN is
Mark Dickinson [Tue, 15 Apr 2008 20:51:18 +0000 (20:51 +0000)]
Fix for possible signed overflow:  the behaviour of -LONG_MIN is
undefined in ANSI C.

16 years agoTypo fix
Andrew M. Kuchling [Tue, 15 Apr 2008 13:10:41 +0000 (13:10 +0000)]
Typo fix