File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
17Wed 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments