Andrew V. Samoilov
5b57056d23
* README: Imported slang-1.4.9.
...
* sldisply.c: Likewise.
* slerr.c: Likewise.
* slgetkey.c: Likewise.
* slmisc.c: Likewise.
* slsignal.c: Likewise.
* slsmg.c: Likewise.
* sltermin.c: Likewise.
* slutty.c: Likewise.
* slvideo.c: Likewise.
* slw32tty.c: Likewise.
* include/_slang.h: Likewise.
* include/jdmacros.h: Likewise.
* include/sl-feat.h: Likewise.
* include/slang.h: Likewise.
* include/slinclud.h: Likewise.
* include/sllimits.h: Likewise.
* ChangeLog: Change my e-mail to me@pavelsh.pp.ru
2004-11-01 06:30:43 +00:00
Andrew V. Samoilov
f591dda4ea
* include/slang.h: Define __unix__ if _AIX is defined.
...
Needed on AIX.
2004-10-27 14:15:38 +00:00
Andrew V. Samoilov
8d50b2240a
* sldisply.c (tt_sprintf): Add missed break.
...
* sldisply.c (SLtt_erase_line): Use tt_write() instead
tt_write_string().
2004-10-14 08:18:49 +00:00
Andrew V. Samoilov
d329f3c414
* sldisplay.c (SLtt_goto_rc): Disable cursor movement optimizations
...
for qansi-m consoles. Needed on QNX Neutrino.
(SLtt_initialize): Init QANSI_Console variable.
2004-09-26 00:45:47 +00:00
Roland Illig
ad1e412fa1
* slsignal.c (SLsystem): Replaced NULL with (char *) NULL in
...
call to execl.
From patches from the OpenBSD ports collection.
2004-09-24 14:06:04 +00:00
Andrew V. Samoilov
ef67afe62d
* sltermin.c (): Avoid strncpy, home_ti is 1K long and
...
nobody really needs it whole cleared
2004-09-03 22:08:20 +00:00
Andrew V. Samoilov
b93c90db4e
* include/slang.h: Revert last changes - it breaks compiling
...
* sldisply.c: Likewise.
* slerr.c: Likewise.
* slsmg.c: Likewise.
* sltermin.c: Likewise.
2004-08-31 06:44:20 +00:00
Roland Illig
73207a8994
* slang.h: Added const qualifier to some of the SLang functions.
2004-08-30 11:12:57 +00:00
Pavel Roskin
df44271fd0
* sldisply.c (RGB_to_BGR): Make const.
...
* slsignal.c (SLsystem): Commented out.
2003-09-26 21:34:49 +00:00
Pavel Roskin
3e0fee42ad
* slerr.c (SLang_doerror): Fix possible off-by-one error.
...
* sltermin.c (_SLtt_tigetent): Likewise.
2003-09-11 21:38:03 +00:00
Pavel Roskin
e9067abfaf
* sldisply.c: Fix for the previous patch. Only swap colors if
...
setf and setb are not empty.
Reported by Andras Barthazi <andras@barthazi.hu>
2002-11-28 20:35:34 +00:00
Andrew V. Samoilov
d6725db8b2
Make Color_Names[] const
2002-10-25 19:35:37 +00:00
Pavel Roskin
257b4b360c
* sldisply.c: Patch to swap blue and red colors for setf/setb
...
capabilities. Needed on QNX Neutrino.
Reported by Pavel Shirshov <pavelsh@mail.ru>
2002-10-25 04:53:16 +00:00
Pavel Roskin
52b894d8f0
Rewrite from scratch.
...
Suggested by "Frédéric L. W. Meunier" <lists@pervalidus.net>
2002-10-16 00:06:57 +00:00
Pavel Roskin
ade4cf0bbf
* include/jdmacros.h: Define SLMEMSET and SLMEMCPY
...
unconditionally, use macros with arguments.
* include/_slang.h: Make it clear which parts are disabled
for compatibility with glib.
* include/slinclud.h: Include malloc.h only if STDC_HEADERS is
not defined.
2002-10-07 15:48:42 +00:00
Andrew V. Samoilov
318a346055
* sldisply.c (Color_Def_Type): Make const.
...
* slsmg.c (Fake_Alt_Char_Pairs): Likewise.
* sltermin.c (Tgetstr_Map_Type): Likewise.
* slutty.c (Baud_Rate_Type): Likewise.
2002-10-07 11:08:16 +00:00
Pavel Roskin
c1b2e49513
Fix path to the include directory.
2002-10-07 05:15:23 +00:00
Pavel Roskin
b0b73df498
Update to S-Lang 1.4.5. Move include files to "include"
...
directory to avoid the need to rename slang.h.
* Makefile.am: Adjust file list. Add "-Iinclude" to the
compiler flags.
* include/jdmacros.h: Rewrite to use glib.
* slmisc.c: Trim to include only needed functions.
2002-10-07 04:41:03 +00:00
Andrew V. Samoilov
661db03d9c
* slerr.c (SLang_doerror): Use error parameter. Eliminate err[] array.
2002-09-18 07:59:47 +00:00
Andrew V. Samoilov
6caf652ea6
Make special_chars[] const
2002-09-14 14:37:38 +00:00
Andrew V. Samoilov
6bc00f750c
Make Baud_Rates[] const
2002-09-14 14:08:01 +00:00
Andrew V. Samoilov
1bf22a71a0
Typedef Color_Def_Type const
2002-09-14 14:03:48 +00:00
Andrew V. Samoilov
3eed09118f
Typedef Tgetstr_Map_Type const
2002-09-14 13:57:45 +00:00
Andrew V. Samoilov
44ef733433
[!pc_system]: Make Fake_Alt_Char_Pairs[] const array
2002-09-14 13:30:56 +00:00
Pavel Roskin
ec1b1f9614
Globally replace OS2_NT and _OS_NT with WIN32_NATIVE.
2002-09-10 22:04:11 +00:00
Pavel Roskin
da4bd88a56
* slsmg.c (Fake_Alt_Char_Pairs): Update from slang-1.4.5. This
...
fixes the MC logo in the help screen.
2002-08-21 06:39:56 +00:00
Pavel Roskin
6a5df4c736
* slvideo.c: Include _slang.h, not slang.h.
2002-01-21 23:37:36 +00:00
Pavel Roskin
3b283eaf61
* slos2tty.c: Remove since OS/2 is no longer supported.
...
* Makefile.am (EXTRASRC): Remove slos2tty.c.
2002-01-21 07:52:46 +00:00
Pavel Roskin
0dd5f511be
* _slang.h: Include slang-mc.h.
...
* slang-mc.h: Add protection against using with system installed
S-Lang library.
* sl*.c: Only include _slang.h, but not slang.h to avoid making
symlinks.
2001-12-21 20:14:55 +00:00
Pavel Roskin
3b32c84134
Add .deps
2001-10-29 06:27:31 +00:00
Andrew V. Samoilov
1ff74e7a5b
* slang/slvideo.c (SLtt_set_color): Eliminate C++ comments.
...
http://bugzilla.gnome.org/show_bug.cgi?id=60935
By drk@sgi.com .
2001-10-25 13:32:14 +00:00
Pavel Roskin
ebc45d895d
* Makefile.am (AM_CFLAGS): Remove CFLAGS, don't use substituted
...
values directly.
2001-09-04 05:33:54 +00:00
Pavel Roskin
0d7003910a
* Makefile.am: Don't install libmcslang.a.
2001-08-26 16:43:28 +00:00
Pavel Roskin
2be0ee1d25
* Makefile.am (AM_CPPFLAGS): Remove, it's not needed.
2001-08-26 08:49:26 +00:00
Pavel Roskin
6fc8d0fe27
Add Makefile.in.
2001-08-25 19:09:52 +00:00
Pavel Roskin
c1b2a29833
* Makefile.in: Converted to ...
...
* Makefile.am: ... this.
2001-08-25 05:07:31 +00:00
Pavel Roskin
b0593ec1e2
* Make.common.in: Remove obsolete dependency tracking system.
...
* configure.in: Likewise.
* edit/Makefile.in: Likewise.
* gnome/Makefile.in: Likewise.
* gtkedit/Makefile.in: Likewise.
* slang/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* vfs/Make-mc.in: Likewise.
* src/depend.awk: Remove.
2001-05-27 04:34:12 +00:00
Pavel Roskin
5cb656aa9e
* _slang.h: Include glib.h.
2001-02-22 16:08:06 +00:00
Pavel Roskin
1f6ffaab0a
* gtkedit/edit.h: Only include malloc.h if STDC_HEADERS is not
...
defined to prevent warnings on OpenBSD 2.7.
* slang/jdmacros.h: Likewise.
* src/mad.h: Likewise.
* src/poptalloca.h: Likewise.
2001-02-20 17:57:23 +00:00
Pavel Roskin
c69627ffdd
* configure: Always include Make.common as file, otherwise
...
"make distclean" breaks.
* edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: $(RMF)
replaced with "rm -f" - the stangard says that "rm" is portable.
Ditto $(MV). Adjusted *clean targets to match those in
Automake. Removed "cross" target.
2000-09-23 05:14:31 +00:00
Pavel Roskin
769b082e1b
* Make.common.in: Added installcheck to placate "make distcheck"
...
* configure.in, Make.common.in, doc/Makefile.in,
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: Replacing
variable MKINSTALLDIRS and builddir with Automake-compatible
mkinstalldirs and top_builddir.
* doc-gnome/C/Makefile.am: Only maintainers regenerate html
files. Added uninstall-local target.
2000-09-18 04:57:29 +00:00
Pavel Roskin
7b7cb9878d
* doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
...
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: preserve timestamp on "make distdir", otherwise
mc.pot becomes out of date in the tarball.
2000-09-15 06:05:22 +00:00
Pavel Roskin
91e7526108
* configure.in, Make.common.in, doc/Makefile.in,
...
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
changed to top_srcdir for Automake compatability
2000-09-14 15:12:00 +00:00
Pavel Roskin
95b52b597c
* Make.common.in: removed hack for "make distcopy"
...
* doc/Makefile.in, edit/Makefile.in, gnome/Makefile.in,
gtkedit/Makefile.in, slang/Makefile.in, src/Makefile.in,
vfs/Make-mc.in: added "distdir" target. Now "make dist" works
for external builds.
* edit/Makefile.in, slang/Makefile.in: added "Makefile" target
2000-08-28 18:51:22 +00:00
Pavel Roskin
9ae68cd8bc
* Makefile.in, */Makefile.in: Fail if $(RMF) fails - it may
...
indicate serious problems. Fixes for uninstall.
* doc/Makefile.in: Rebuild if it is out of date.
2000-08-15 16:56:33 +00:00
Elliot Lee
0bd6d7504a
Have 'make dist' work with builddir != srcdir.
1999-08-19 20:17:40 +00:00
Norbert Warmuth
f807b91600
Tue Apr 13 07:07:36 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
...
* slang/slutty.c (SLsys_getkey): handle EOF on stdin (return
SLANG_GETKEY_ERROR on EOF instead of returning garbage)
* slang/Makefile.in (clean): remove the symbolic link slang.h on the
distclean target and not on the clean target.
Tue Apr 13 07:14:10 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* src/slint.c (getch): Quit MC when SLang_getkey returns an error. Looking
at the code that's only the case when we read EOF from stdin.
This fixes the problem where MC consumes a lot of cpu time while
reading EOF from stdin in a tight loop. This situation arises when the
terminal line/connection drops without MC being sent SIGHUP.
Tue Apr 13 06:07:05 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* configure.in: Some AC_ARG_WITH macros haven't checked $withval, i.e.
--with-PACKAGE and --without-PACKAGE gave the same results.
1999-04-13 19:21:03 +00:00
Miguel de Icaza
262d157cc6
Debian updates:
...
- Do not limit to static buffer size in slang.
- mcfn_install: fix, use #!, not #
- Use +Z for zsh
- Updated deb fs browser
Miguel.
1999-03-10 01:22:30 +00:00
Norbert Warmuth
b993f8e8ed
Pass --with-included-slang to configure if you concerned about
...
that Bugtraq message.
Sun Feb 14 01:05:42 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* slang/sldisply.c (SLtt_get_terminfo): use g_snprintf instead of
sprintf
* slang/slsmg.c (SLsmg_printf): ditto
* slang/sltermin.c (SLtt_tigetent): ditto
1999-02-14 00:41:23 +00:00
Miguel de Icaza
4a9de48d60
Slang compile fix
1999-02-04 01:56:19 +00:00