Commit graph

6374 commits

Author SHA1 Message Date
Daniel Kochmański
8d8790f98f new-doc: uffi: foreign strings section
Also add the docstrings to the ffi.lsp.
2016-03-03 09:40:11 +01:00
Daniel Kochmański
162678602f new-doc: ffi: uffi: objects documented 2016-03-02 23:39:07 +01:00
Daniel Kochmański
4fddc1f563 lsp: ffi: add docstrings to UFFI interface (wip) 2016-03-02 23:37:46 +01:00
Daniel Kochmański
ca3697b6ef new-doc: ffi: uffi step 2016-03-02 21:02:29 +01:00
Daniel Kochmański
5a6ae92846 new-doc: contributing: update info 2016-03-02 21:01:07 +01:00
Daniel Kochmański
4015809653 ffi: docstring: cosmetic argument name change 2016-03-02 21:00:38 +01:00
Daniel Kochmański
8583b08258 Merge branch 'win_merge' into 'develop'
Win64 and Visual Studio compiler

* Fix compilation error.
* Fix feature discover on cl compiler.

Kindest Regards.
f.

See merge request !19
2016-03-02 19:21:46 +00:00
Fabrizio
bc6007b715 Merge branch 'patch-1' into 'win_merge'
cosmetic: fix typo



See merge request !1
2016-03-02 19:20:38 +00:00
Daniel Kochmański
0e5116b2f2 cosmetic: fix typo 2016-03-02 19:07:01 +00:00
Daniel Kochmański
a986bf27b7 Merge branch 'develop' into 'develop'
compilation for AIX and xlc compiler.

I add some small fix and update the autoconf to be able to compile that on ECL.
I'm able now to compile everything on xlc and run some basic stuff. ( of course asdf must be disable as is not supported on AIX. ) 
kindest regards
f.

See merge request !18
2016-03-02 17:51:17 +00:00
Fabrizio Fabbri
ce828c4000 Win64 and Visual Studio compiler
* Fix compilation error.
* Fix feature discover on cl compiler.
2016-03-02 12:43:36 -05:00
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