jed-users mailing list

[2008 Date Index] [2008 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Patches for Jed


Hi John,

I have some patches. Would you include them?

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=9f0b76fa0fa7c5b1ea25350f4c285441efee9117

    Support for gpm in configure

M	autoconf/configure.ac
M	src/Makefile.in
M	src/config.hin

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=69969134e830053fcfd31e57710e997f7b668f40

    Xft support for configure

M	autoconf/configure.ac
M	src/Makefile.in
M	src/config.hin
M	src/jed-feat.h

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=60d92812cb1493074ee230bdbaef558c33056986

    Remove linker option -lm

    The library math is not used by Jed. So we don't need to link with it.

M	src/Makefile.in

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=97ac96209a94d5a60515e5db121a0859820b881f

    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.

M	autoconf/aclocal.m4
M	autoconf/configure.ac
M	src/Makefile.in
M	src/config.hin
M	src/jed-feat.h
M	src/jedconf.h

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=809f6de3d55f792a29594ebfbdb95a1c7b444a03

    Insert DYNAMIC_LINK_FLAGS directly into LDFLAGS

    There's no need to carry these flags in a separate variable.

M	autoconf/aclocal.m4
M	autoconf/configure.ac
M	src/Makefile.in

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=cfa89384b935e8ce23fdb043ce57e0acbe388e3d

    Replace AC_TRY_COMPILE by AC_COMPILE_IFELSE

    The macro AC_TRY_COMPILE is obsolate.

M	autoconf/aclocal.m4

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=11a89f7a5509db290f541ad2dc13362153284f10

    Updated AC_INIT and AC_OUTPUT

    The old usage of AC_INIT and AC_OUTPUT is obsolate; see section 15.4 in
    the autoconf documentation. This update was generated by autoupdate.

    The version field of AC_INIT is left unspecified, because the verion is
    controlled via src/version.h, which doesn't require an update of
    configure for each new version.

M	autoconf/configure.ac

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=59bf16d5b70328eaeffec176ea37a3674a0f9116

    Join three fprintf calls into one

    This is more efficient.

M	src/main.c

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=140ed9891f2e9afd7dddc54cb0cf36022796f000

    The begin of a HTML comment missed the second dash

M	lib/html.sl

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=cf7556950a29f0ddf616d2aea4e44466bdacdef7

    Small spelling correction

M	src/keymap.c

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=68dbb2bda7c817ce59e15ce2f5bc056013a3671a

    Make goto_*_of_window() save for hidden lines

    The old functions goto_top_of_window() and goto_bottom_of_window() didn't
    care for the visibility of the lines. Therefore, they didn't reached the
    top or the bottom of the window, if the passed hidden lines.

M	lib/site.sl

http://git.debian.org/?p=pkg-jed/jed.git;a=commitdiff;h=d9043a192d328d71630fd6a86d9ee2c51847c953

    Use memmove instead of for loop

    memmove is a function from the standards C89 and C99. It might be faster
    than the selfmade code, because it might be optimized for some
    architectures.

M	src/sysdep.c

Bye, Jörg.
-- 
Da würde ich auch lieber den Panzerführerschein machen als den MCSE.
Bringt mehr, dürfte das gleiche kosten und macht sicher mehr Spaß.
                                   Jens Dittmar in de.comp.security

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2008 date index] [2008 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]