Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libedit0-3.1.snap20150325-lp152.4.5 RPM for x86_64

From OpenSuSE Leap 15.2 for x86_64

Name: libedit0 Distribution: openSUSE Leap 15.2
Version: 3.1.snap20150325 Vendor: openSUSE
Release: lp152.4.5 Build date: Sat May 16 13:44:47 2020
Group: Development/Libraries/C and C++ Build host: build73
Size: 227490 Source RPM: libedit-3.1.snap20150325-lp152.4.5.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.thrysoee.dk/editline/
Summary: Command Line Editing and History Library
libedit is a command line editing and history library. It is designed
to be used by interactive programs that allow the user to type commands
at a terminal prompt.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Mar 28 2018 dmueller@suse.com
  - move Changelog back to runtime package as it might not
    be only developer documentation
* Mon Mar 26 2018 kukuk@suse.de
  - Use %license instead of %doc [bsc#1082318]
  - Move development docu into -devel subpackage
* Mon Jun 22 2015 tchvatal@suse.com
  - Cleanup a bit with spec-cleaner
    * remove pkg_name variable which is equal to name variable
* Fri Jun 19 2015 idonmez@suse.com
  - Update to 20150325-3.1
    * version info: 0:53:0
    * all: sync with upstream source
* Thu Feb 26 2015 mpluskal@suse.com
  - Update to 20141030-3.1
    * version-info: 0:52:0
    * all: sync with upstream source
    * configure.ac: Fix posix shell portability issue.
* Mon Jul 28 2014 mrueckert@suse.de
  - rename README.SUSE (bnc#889029)
* Mon Jul 28 2014 mrueckert@suse.de
  - update to 20140620-3.1
    upgrade to fix a crash with clear_history e.g. in php.
    - Bounds search for reallocated index, from OpenBSD via Andreas
      Fett
    - PR/48957: Federico G. Schwindt: Restore commented out code that
      broke rl_callback_handler.
    - cast gotsig because it is long on some systems.
    - Add stdlib.h for abort() (Jess Thrysoee)
    - Don't depend on weak aliases to define the vi "alias" expansion
      function, provide an API instead to set it.
    - accomodate FreeBSD's flavor of weak references.
    - remove remaining makefile support for GCC < 45 that i found.
    - PR/48876: Dmitriy Grigoryev: Core dump in readline lib on
      attempted expansion Make sure we have 2 matches before calling
      strcmp().
    - Always NULL terminate the argv[] array. From OpenBSD.
    - PR/48821: If called from tty_stty(), recalculate flags.
    - more tty modes refactoring, no functional change intended.
    - Factor out some common code (more to be done) from PR/48821
    - Add An to authors. Wording.
    - Add a history function that takes a FILE pointer; needed for
      Capsicum. From Eitan Adler
    - Add missing EL_REFRESH
    - ... if called prior to using_history().  This needed to be
      worked around in PHP:
      http://git.php.net/?p=php-src.git;a=commitdiff;h=31d67bd3
    - get rid of PATH_MAX.
    - cast to avoid warning.
    - Add a function to move the cursor.
    - expose rl_catch_signals and explain what we are doing.
    - Test early for EOF to avoid infinite loop in the wide char
      case. From Linas Vepstas: linasvepstas at gmail dot com
    - provide an el_init_fd function.
    - explicitly pass (void *)0 instead of NULL.
    - Add FILES section. From jmc@OpenBSD.
    - In 2000, .editrc reading from $PWD was removed. Update the man
      page. From LEVAI Daniel via jmc@OpenBSD.
    - remove dead assignment (Christoph Mallon)
    - Fix pasto that affected bind -k (Christoph Mallon)
    - Add trailing NULL's to the varargs functions as required. (John
      Spencer)
    - PR/46945: Steffen Nurpmeso; el_getc() doesn't document it's
      setting errno
    - return !OKCMD on error.
    - PR/46942: Steffen Nurpmeso: editline(3): el_get(): fix
      UNBUFFERED return
    - PR/46941: Steffen Nurpmeso: document EL_BUFFERED
    - PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno
      handling, faulty reuse of val in wrong context
    - Don't depend on HAVE_GCC being always defined.
    - From Kamil Dudka: fix crash of el_insertstr() on incomplete
      multi-byte
    - PR/46678: Ian Wienand: Add stub implementation for
      rl_free_line_state()
    - don't crash if add_history is called from an empty line. Called
      from nslookup in new bind. XXX: pullup to 6
    - Switch from Op to Oo/Oc for nested block.
    - remove stdint.h; it is not used.
    - don't include both term.h and termcap.h
    - define the new variable
    - Add rl_completion_word_break_hook from:
      http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/\
      5ec6a45fa762b8cbd0305ca06acb8780335a486a
    - save and restore the tty settings on entry and exit
      respectively. cleanup debugging printfs.
    - From: Jilles Tjoelker: Add a mapping for the cursor delete key
    - From Jilles Tjoelker: Do not move the cursor for
      ed-delete-next-char in emacs mode. This makes
      ed-delete-next-char suitable for mapping to the <Delete> key.
      Behaviour in vi mode is unchanged (for 'x').
    - These directories default to WARNS?=5
    - Use C89 functions definitions.
    - Use C89 functions definitions. Remove use of __P
    - include the NULL in the argv conversion
    - use arraycount
    - PR/45843: Henning Petersen: Fix resource leak on error.
    - Add coverity annotations about unreachable code (Kamil Dudka)
    - Add missing *
    - Initialize termbuf (Kamil Dudka)
    - Initialize res (Kamil Dudka)
    - check for negative return of ct_visual_char (Kamil Dudka)
    - Off by one in allocation could cause buffer overflow (Kamil
      Dudka)
    - remove unrecheable code (Kamil Dudka)
    - easier with an int for now.
    - Since Width() is used only for display purposes we don't want
      to pass -1 for unprintable characters.
    - Fixed misplaced parenthesis (Nirbhay Choubey)
    - fixed warnings where wint_t is unsigned.
    - fix broken change (parenthesis in the wrong place). From
      Nirbhay Choubey
    - include <wchar.h> if we don't have wcsdup()
    - NULL does not need a cast, here
    - re-enable -Wconversion
* Tue Mar 13 2012 crrodriguez@opensuse.org
  -  open all FDs with O_CLOEXEC in the library code.
  -  use gcc visibility by just reusing upstream macros "public"
    and "protected"
* Thu Feb 23 2012 crrodriguez@opensuse.org
  - Update to version 20110802, fix use after free triggerable
    with sftp autocompletion and MALLOC_PERTURB set.
* Sun Nov 13 2011 jengelh@medozas.de
  - Remove redundant/unwanted tags/section (cf. specfile guidelines)
  - Use %_smp_mflags for parallel building

Files

/usr/lib64/libedit.so.0
/usr/lib64/libedit.so.0.0.53
/usr/share/doc/packages/libedit0
/usr/share/doc/packages/libedit0/ChangeLog
/usr/share/licenses/libedit0
/usr/share/licenses/libedit0/COPYING
/usr/share/man/man5/editrc.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:51:54 2024