Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c5832ffd
Commit
c5832ffd
authored
May 09, 1994
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for posix threads
parent
e6ef0326
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
ChangeLog
ChangeLog
+16
-0
acconfig.h
acconfig.h
+3
-0
No files found.
ChangeLog
View file @
c5832ffd
Mon May 9 10:37:48 1994 Guido van Rossum (guido@voorn.cwi.nl)
* acconfig.h: added _POSIX_THREADS define
* configure.in: test for -lpthreads; add directory argument to
--with-thread to LIBS as -L option
* Objects/stringobject.c (formatstring): don't DECREF result of
strobject() before using it
* Doc/libtypes.tex: fix typo in table of list methods; clarify
truncation behavior of floating point formatting
* Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
__str__; correct (some) descriptions of class constructors
Fri May 6 11:25:26 1994 Guido van Rossum (guido@voorn.cwi.nl)
* various files: micro changes needed to compile on Mac;
...
...
acconfig.h
View file @
c5832ffd
...
...
@@ -23,6 +23,9 @@
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
#undef HAVE_STDARG_PROTOTYPES
/* Define if you have POSIX threads */
#undef _POSIX_THREADS
/* Define to empty if the keyword does not work. */
#undef signed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment