[Pkg-jed-commit] [SCM] Debian packaging of JED branch, jo-upstream-proposed-patches, created. 231492d81036768d4b77c9dc2e657234f4ec5acf
Jörg Sommer
joerg at alea.gnuu.de
Tue Dec 29 11:50:50 UTC 2009
The branch, jo-upstream-proposed-patches has been created
at 231492d81036768d4b77c9dc2e657234f4ec5acf (commit)
- Shortlog ------------------------------------------------------------
commit 231492d81036768d4b77c9dc2e657234f4ec5acf
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sun Nov 22 19:10:35 2009 +0100
Update to rcs.sl 1.0.1 from Guido Gonzato
The file http://guido.gonzato.googlepages.com/rcs.sl contains some
changes that might be worth merging upstream.
commit eb9dde1ff3e84e29932a4eae9e2016e68c00f112
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sun Nov 22 19:03:48 2009 +0100
Update of matlab.sl from Guido Gonzato
The file http://guido.gonzato.googlepages.com/matlab.sl contains a small
change of the file. Except the more worse readability of the expression
the result is different, because the decrement happens *after*
insert_spaces(). So, one more space is inserted than before.
commit 4029ce1a874d801e009d95e587f01a73d137558a
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sun Nov 22 18:34:27 2009 +0100
ide mode 1.3.4 from Guido Gonzato
Guido Gonzato provides a new version of ide mode on his page [1]. This
patch upgrades the files in the source tree to this version. I've changed
the line endings from CR+NL (Guido's version) to NL, because the old
files in the source tree had unix line endings.
[1] http://guido.gonzato.googlepages.com/jed.html
commit 456f22085fafbdc310fed2c33a99d3d5c7476d36
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sat Dec 6 01:15:15 2008 +0100
Use special function to set user info
Small code refactoring: Use the specialized functions to set the user
information instead of changing the raw data structures.
commit 66d414cf0ffc26f3bca7195a36a3e4c127e0f4cc
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Thu Sep 18 12:11:56 2008 +0200
Description for send_process
commit e87ddd7262a57e303ec52fb7c080bba6e27a7794
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sun Aug 24 18:34:57 2008 +0200
Use intermediate void* pointer for SLmalloc() return values
The cast from char* to any other pointer type might increases required
alignment of target type. This causes problems on some architectures
(like alpha).
Fix it by saving the result of SLmalloc() and SLrealloc() to a void*
pointer and then copy it to the target variable.
commit 8d62d0f896be1d03cb623d66623e057faca04091
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Sun Aug 24 17:41:40 2008 +0200
Make return type of jed_malloc0() void*
The cast from char* to any other pointer type might increases required
alignment of target type. On some architectures (like alpha) this
triggers an error message at runtime, if the access of a pointer is
unaligned:
% cat cast-test.c
int main(void)
{
char buf[10] = { 0 };
int *a = (int*)&buf[1];
*a = 0x7a7a7a;
return 0;
}
% gcc -Wall -Wcast-align cast-test.c -o cast-test
cast-test.c: In function `main':
cast-test.c:4: warning: cast increases required alignment of target type
% ./cast-test
Unaligned access pid=398552 <cast-test> va=0x11fffbfe1 pc=0x12000112c ra=0x1200010ac inst=0xb0220000
commit 4f0c38503694ace5174ae1bf6c7c0bc4b1d20454
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Thu May 29 22:22:46 2008 +0200
Remove linker option -lm
The library math is not used by Jed. So we don't need to link with it.
commit e244a954931f453c0ee0ed5a012567f75d4b7ff7
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Fri May 30 00:26:13 2008 +0200
Replace check for dlopen by check for SLang_init_import
The function dlopen is not used directly in Jed, but the function
SLang_init_import.
commit f75fe6d9f9306a1b28a4f9658b0c3fa6c31e1f99
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date: Thu May 29 21:42:51 2008 +0200
Insert DYNAMIC_LINK_FLAGS directly into LDFLAGS
There's no need to carry these flags in a separate variable.
-----------------------------------------------------------------------
--
Debian packaging of JED
More information about the Pkg-jed-commit
mailing list