Commit graph

6363 commits

Author SHA1 Message Date
Fabrizio Fabbri
52de2ceea6 Fix compilation for AIX and xlc compiler. 2016-03-02 12:08:48 -05:00
Daniel Kochmański
bc986e60e1 new-doc: status: update 2016-03-02 14:53:53 +01:00
Daniel Kochmański
dc912c8900 new-doc: add status 2016-03-02 14:53:53 +01:00
Daniel Kochmański
619e31a8c3 new-doc: add preliminary contributing guide
Mostly empty now
2016-03-02 14:53:53 +01:00
Daniel Kochmański
8c28bd5130 new-doc: document SFFI 2016-03-02 14:53:48 +01:00
Daniel Kochmański
0e46282bcb sffi: improve arguments names and docstrings
Semi-cosmetic change – renaming argument names could have potentially
introduce a bug.
2016-03-02 14:43:17 +01:00
Daniel Kochmański
8f737b3ea2 new-doc: history: fix picture size 2016-03-01 16:55:56 +01:00
Daniel Kochmański
2cab32f79d cosmetic: new-doc: add some files to .gitignore 2016-03-01 16:55:35 +01:00
Daniel Kochmański
13cc9e0e33 new-doc: initial commit 2016-03-01 14:54:10 +01:00
Daniel Kochmański
bcc8b64104 Merge branch 'cleanup-obsolete-dffi' into develop 2016-03-01 13:29:12 +01:00
Daniel Kochmański
c09fdef4c3 doc: add xml license file 2016-03-01 13:27:02 +01:00
Daniel Kochmański
17954b6a51 doc: ffi: example: fix typo in the example
Closes #120.
2016-03-01 13:19:18 +01:00
Daniel Kochmański
c4b14f8082 doc: ffi: example: fix typo in the example.
Closes #212.
2016-03-01 13:08:47 +01:00
Daniel Kochmański
10bd3b613f cleanup: remove obsolete dffi code
ECL uses libffi for a long time and these code isn't even
compiled. ECL_DYNAMIC_FFI supported only limited number of x86 and
x86_64 bit platforms (transcended by libffi) and was basically dead. Not
sure if it would even compile even fater changing the scripts.

This changes were pretty straightforward, since the code was nicely
isolated with the appropriate ifdefs, but some testing is necessary
here.
2016-03-01 12:27:03 +01:00
Daniel Kochmański
0188c6bbe8 makefile.in: remove obsolete rpm targets 2016-03-01 11:17:46 +01:00
Daniel Kochmański
7764053647 buildsys: fix Copyright->LICENSE, README.1st->README.md 2016-03-01 10:49:37 +01:00
Daniel Kochmański
d6166f5f73 Merge branch 'master' into develop 2016-02-25 09:51:47 +01:00
Daniel Kochmański
43240e5204 Merge branch '16.1.2-rc' 2016-02-25 09:11:25 +01:00
Daniel Kochmański
85985ea19b changelog: fix formatting 2016-02-25 09:09:00 +01:00
Daniel Kochmanski
7ffa9b2990 windows-nsi: fix the nmake target 2016-02-25 08:28:30 +01:00
Daniel Kochmański
2cb606587b rc: remove rc tag 2016-02-25 08:06:19 +01:00
Daniel Kochmański
c8b3f2d53b Merge branch 'musl' into 'develop'
contrib: sockets: Add defaults for NETDB_{INTERNAL,SUCESS}.

NETDB_INTERNAL and NETDB_SUCCESS are not defined by POSIX, so some
libc implementations (such as musl) do not have them. When compiling
sockets contrib, check if these are defined and, if not, define them to
be zero.

Tested by compiling on Alpine Linux and there are no unexpected failures
in the test suite.

See merge request !17
2016-02-25 06:52:08 +00:00
Eric Timmons
6eede933dd Add defaults for NETDB_{INTERNAL,SUCESS}.
NETDB_INTERNAL and NETDB_SUCCESS are not defined by POSIX, so some
libc implementations (such as musl) do not have them. When compiling
sockets contrib, check if these are defined and, if not, define them to
be zero.
2016-02-24 21:48:57 -05:00
Daniel Kochmański
9530bf4c81 rc: dummy bump to -rc4 2016-02-16 21:14:24 +01:00
Daniel Kochmański
9e5a61f418 rc: bump to -rc3 2016-02-14 13:46:47 +01:00
Daniel Kochmański
64ce9ebb6c Merge branch 'develop' into 16.1.2-rc 2016-02-14 13:20:23 +01:00
Daniel Kochmański
026593b356 rc: add -rc2 suffix 2016-02-11 09:15:43 +01:00
Daniel Kochmański
9c3f55fe36 defsetf: refine documentation 2016-02-10 18:07:14 +01:00
Daniel Kochmański
da7e885022 regression: fix defsetf regression 2016-02-10 17:23:46 +01:00
Daniel Kochmański
093ba0ab62 Merge branch 'signals' into develop 2016-02-03 15:14:33 +01:00
Daniel Kochmanski
cd2e04bb22 windows: some love for this poor system 2016-02-03 15:13:39 +01:00
Daniel Kochmański
a119b491c0 windows: handle events 2016-02-02 13:14:36 +01:00
Daniel Kochmański
2f1517c9a8 config.h.in: fix preprocessor typo
should be __WIN64__, not __WING64__
2016-02-02 12:53:25 +01:00
Daniel Kochmański
b5809f7e96 current_dir: signal internal error getcwd fails
Fixes #211.
2016-01-30 18:11:38 +01:00
Daniel Kochmański
4ea78920f9 feature: add 'Del' for 'Rubout' character 2016-01-28 11:48:55 +01:00
Daniel Kochmański
e20576df32 fix: si:open-unix-socket-stream accepts both string and base-string
(automatic coercion is performed)
2016-01-28 11:47:48 +01:00
Daniel Kochmański
df9a4f33b8 version: bump to 16.1.2 2016-01-26 17:42:47 +01:00
Daniel Kochmański
4f58ce46d8 bugfix: deftype: accept places as a store form
Fixes #209.
2016-01-26 17:40:58 +01:00
Daniel Kochmański
4d0433ed7e defsetf: change DO-DEFSETF function prototype
Carry STORES to do-setf-method-expansion in order to fix bug with long
form of DEFSETF (using multiple values as assignment variables is
legal). Change is backwards compatible.
2016-01-26 17:40:52 +01:00
Daniel Kochmański
aaa0b43e99 defsetf: remove local function SETF-METHOD-WRAPPER
It was called only once and only unnecessarily fragmented the
code. Incorporated in DO-DEFSETF.
2016-01-26 15:22:45 +01:00
Daniel Kochmański
8105ae6ca7 defsetf: remove CHECK-STORES-NUMBER assertion
This check is bogus, since we may have more stores then one according to
spec.
2016-01-26 14:05:07 +01:00
Daniel Kochmański
2ed54ffee6 cleanup: unixint: remove dead code
Old implementation of `asynchronous_signal_servicing_thread' was
reimplemented long time ago. Old implementation was still present in
sources surrounded with `#if 0 ... #endif'. Remove it.
2016-01-23 18:07:40 +01:00
Daniel Kochmański
7812f236a5 config.lsp.in: uname: fix build for windows platform (mingw32)
Windows doesn't have `sys/utsname.h' and uname in current form can't
be used. It was carefully foreseen by a previous maintainer and works
OK, but the problem emerges when cross-compiling from linux. Fixes
2016-01-23 17:50:28 +01:00
Daniel Kochmański
d212dd39c6 version: bump version to 16.1.1 2016-01-04 20:47:08 +01:00
Daniel Kochmański
7898553d6a mop: fix bug in compute-applicable-methods-using-classes
Move computation of args-specializers from #'sort-applicable-methods up
to #'std-compute-applicable-methods. Fix suggested by @costanza.
Fixes #203.
2016-01-04 20:40:37 +01:00
Daniel Kochmański
491ec2fbf0 cosmetic: line wrapping 2016-01-04 17:10:20 +01:00
Daniel Kochmański
91f2207749 tests: ffi: add new regression test 2016-01-04 12:27:26 +01:00
Daniel Kochmański
4ec978408c cosmetic: line wraps 2016-01-04 12:09:05 +01:00
Daniel Kochmański
1754906858 tests: add a regression test for a MOP bug #203 2016-01-04 12:08:45 +01:00
Daniel Kochmański
4aa1142c6f extensions: include cmuutil.lsp in the build file
Also add symbol with-clean-symbols to the symbols list. This utilities
are used all across the sources and it's easier to navigate and
understand ECL sources if all the utilities it uses are available.
2016-01-04 12:01:11 +01:00