Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support include statement :-( | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
| | |||||
* | Added .cxx and .cpp to extensions recognized as source files. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
| | |||||
* | Support *shared* and *static* as aliases for *noconfig* and *config*. | Guido van Rossum | 1996-08-20 | 1 | -0/+2 |
| | |||||
* | Recognize *.sl and *.so as library (i.e. linker) arguments | Guido van Rossum | 1996-08-19 | 1 | -0/+2 |
| | |||||
* | Propagate variable calls both to the linker and the compiler. | Sjoerd Mullender | 1995-10-11 | 1 | -1/+2 |
| | |||||
* | fix NL for Linux bash bug; special processing for -u options | Guido van Rossum | 1995-06-14 | 1 | -2/+9 |
| | |||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -4/+4 |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | ||||
* | makesetup should use $cc not cc | Guido van Rossum | 1994-10-20 | 1 | -1/+1 |
| | |||||
* | Escaped $(LDSHARED) in a string. | Sjoerd Mullender | 1994-10-13 | 1 | -2/+2 |
| | |||||
* | If an argument on a Setup line starts with `$', treat it as a library, | Sjoerd Mullender | 1994-09-12 | 1 | -0/+1 |
| | | | | but only if it does not end in a known suffix. | ||||
* | Support shared library creation. | Guido van Rossum | 1994-09-12 | 1 | -49/+84 |
| | |||||
* | * Modules/makesetup: bugfix: add objects from sources to OBJS | Guido van Rossum | 1994-08-30 | 1 | -0/+3 |
| | |||||
* | * Modules/makesetup: support C++ files now; these should be given | Guido van Rossum | 1994-08-23 | 1 | -1/+36 |
| | | | | | as file.C or file.cc or file.c++; C files can be given as file.c (instead of file.o, which is still supported) | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -16/+111 |
| | |||||
* | Added some files to new module | Guido van Rossum | 1994-01-02 | 1 | -0/+71 |