Commit graph

8959 commits

Author SHA1 Message Date
jjgarcia
c3a39f16b3 Fixed typo 2008-09-04 22:04:41 +00:00
Juan Jose Garcia Ripoll
3684f6c8e2 Fixed typo 2008-09-05 00:03:57 +02:00
jjgarcia
9f3c11c0ff Remove debug statement 2008-09-04 21:50:29 +00:00
Juan Jose Garcia Ripoll
a3785ea2a3 Remove debug statement. 2008-09-04 23:48:09 +02:00
jjgarcia
fb39e0e7ac The syntax for the saved variables in a C-INLINE form conflicts with things like "@(return 0) = ..." 2008-09-04 21:37:30 +00:00
Juan Jose Garcia Ripoll
82b5a84391 The syntax for the saved variables in a C-INLINE form conflicts with things like "@(return 0) = ..." 2008-09-04 23:36:55 +02:00
jjgarcia
7ab264bff2 Fixed typos in compiler messages 2008-09-04 21:13:50 +00:00
Juan Jose Garcia Ripoll
325b1069d8 Fixed typos 2008-09-04 23:12:53 +02:00
jjgarcia
3599c1645c Fixed typo 2008-09-04 21:07:38 +00:00
Juan Jose Garcia Ripoll
523dc9cac0 Fixed typo. 2008-09-04 23:07:05 +02:00
jjgarcia
08e31d4a55 SETF places which are macr calls have to be expanded using MACROEXPAND-1 (ANSI 5.1.2.7) 2008-09-04 21:03:24 +00:00
Juan Jose Garcia Ripoll
3c84b0d79f SETF places which are macr calls have to be expanded using MACROEXPAND-1 (ANSI 5.1.2.7) 2008-09-04 22:58:49 +02:00
jjgarcia
f40e78e063 Add patches that were missing 2008-09-04 20:50:17 +00:00
Juan Jose Garcia Ripoll
11807fb969 Merge branch 'master' of http://ecls.sourceforge.net/git/ecl/
Conflicts:
	src/CHANGELOG
2008-09-04 22:41:10 +02:00
jjgarcia
34c9129329 isfinite() is not defined in Solaris 2008-09-01 20:32:23 +00:00
Juan Jose Garcia Ripoll
6c1f2cbb03 isfinite() is not defined in Solaris 2008-09-01 22:31:36 +02:00
jjgarcia
d94977d507 Missing header for mingw. 2008-09-01 19:13:14 +00:00
Juan Jose Garcia Ripoll
2f89170fc2 Missing header for mingw. 2008-09-01 21:11:57 +02:00
jjgarcia
c24e418848 Avoid autoconf removing the #undef ECL_API statement (J. Elsasser) 2008-09-01 19:10:37 +00:00
jjgarcia
57f8264468 Do not upgrade an array element type to a signed type 2008-09-01 19:10:18 +00:00
jjgarcia
5250fd9bd8 PROPAGATE-TYPES understands complex function types 2008-09-01 19:09:57 +00:00
jjgarcia
dbdd5a80e7 C::GET-PROCLAIMED-NARG understands complex function types with &optional, &rest and the like. 2008-09-01 19:09:28 +00:00
jjgarcia
2bb0c1b443 Fix missing let binding (Josh Elsasser) 2008-09-01 19:09:05 +00:00
jjgarcia
a710a355f5 Do not ignore inline/not-inline declarations for SETF-functions 2008-09-01 19:08:40 +00:00
jjgarcia
cf6cd93ad0 The previous version of streams.lsp failed to properly redefine CLOS and other functions 2008-09-01 19:08:19 +00:00
jjgarcia
881af8a9eb Let sharp-equal (#n=) reader macros work inside a sharp-dot. 2008-09-01 19:07:50 +00:00
Juan Jose Garcia Ripoll
5726dad47c Avoid autoconf removing the #undef ECL_API statement (J. Elsasser) 2008-09-01 21:06:20 +02:00
Juan Jose Garcia Ripoll
e6d1d328fa Do not upgrade an array element type to a signed type 2008-09-01 21:05:29 +02:00
Juan Jose Garcia Ripoll
1abaeeec6f PROPAGATE-TYPES understands complex function types 2008-09-01 21:01:53 +02:00
Juan Jose Garcia Ripoll
e99db7acd5 C::GET-PROCLAIMED-NARG understands complex function types with &optional, &rest and the like. 2008-09-01 20:22:37 +02:00
Juan Jose Garcia Ripoll
25beb4bfec Fix missing let binding (Josh Elsasser) 2008-09-01 19:56:24 +02:00
Juan Jose Garcia Ripoll
046533c100 Do not ignore inline/not-inline declarations for SETF-functions 2008-09-01 19:50:31 +02:00
Juan Jose Garcia Ripoll
89046d6821 The previous version of streams.lsp failed to properly redefine CLOS and other functions 2008-09-01 19:33:44 +02:00
Juan Jose Garcia Ripoll
94ddca2413 Let sharp-equal (#n=) reader macros work inside a sharp-dot. 2008-09-01 19:32:56 +02:00
jjgarcia
6207ffb175 This header has to be included always. 2008-08-28 19:22:17 +00:00
Juan Jose Garcia Ripoll
4c1bf9322b This header has to be included always. 2008-08-28 21:21:30 +02:00
jjgarcia
fff7731bec By using WIN32_LEAN_AND_MEAN we removed some critical headers 2008-08-28 19:10:13 +00:00
Juan Jose Garcia Ripoll
8b1cf47459 By using WIN32_LEAN_AND_MEAN we removed some critical headers 2008-08-28 20:56:25 +02:00
jjgarcia
e86c6ec83d Teach the compiler how to coerce (unsigned-)short 2008-08-28 09:13:27 +00:00
jjgarcia
5346fd6684 Avoid accidentally including winsock.h 2008-08-27 08:25:59 +00:00
Juan Jose Garcia Ripoll
ea258c8893 Avoid accidentally including winsock.h 2008-08-27 10:25:39 +02:00
jjgarcia
20f7ebe56c Preserve quoting when passing the arguments to the build directory 2008-08-27 07:51:24 +00:00
Juan Jose Garcia Ripoll
e7e5d3971a Preserve quoting when passing the arguments to the build directory 2008-08-27 09:50:44 +02:00
jjgarcia
b2e788064c PROCLAIM/DECLAIM understand user-defined and complex types in declarations 2008-08-26 20:35:28 +00:00
Juan Jose Garcia Ripoll
71caf39a61 PROCLAIM/DECLAIM understand user-defined and complex types in declarations 2008-08-26 22:34:37 +02:00
jjgarcia
d6e1da448a Fixed typo 2008-08-25 14:03:38 +00:00
Juan Jose Garcia Ripoll
6fd4cd8cdb Fixed typo 2008-08-25 16:03:07 +02:00
jjgarcia
2b08e138cf In addition to HOME, ECL now recognizes the environment variables HOMEDRIVE and HOMEPATH 2008-08-25 14:00:36 +00:00
Juan Jose Garcia Ripoll
5efa6432ca In addition to HOME, ECL now recognizes the environment variables HOMEDRIVE and HOMEPATH 2008-08-25 15:59:58 +02:00
jjgarcia
dd16065d92 Fixed typo 2008-08-24 19:04:43 +00:00