Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c627be

Browse files
committed
Small changes
1 parent 4600566 commit 4c627be

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
Thu Jan 13 16:40:28 1994 Guido van Rossum ([email protected])
2+
3+
* Makefile.in: add rule to build Makefile; add VPATH for that;
4+
remove dependency on configure script (you can run 'make autoconf'
5+
instead); add Lib/test to path for test target;
6+
17
Wed Jan 12 10:17:41 1994 Guido van Rossum ([email protected])
28

9+
* acconfig.h: added HAVE_ALTZONE
10+
11+
* configure.in: test for altzone; check for working
12+
termcap/termlib when --with-readline used; don't test for readline
13+
function; send errors to stderr
14+
15+
* Lib/test_grammar.py: fix 64-bit int test for max negative int
16+
317
* Python/import.c (get_module): call dlerror() when dlopen() fails
418
(also some layout changes)
519

acconfig.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
and (consequently) setpgrp() as setpgrp(0, 0). */
1414
#undef GETPGRP_HAVE_ARGS
1515

16+
/* Define this if your time.h defines altzone */
17+
#undef HAVE_ALTZONE
18+
1619
/* Define if your compiler supports function prototypes */
1720
#undef HAVE_PROTOTYPES
1821

0 commit comments

Comments
 (0)