Revisions of libvterm

buildservice-autocommit accepted request 1134090 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 29)
baserev update by copy to link target
buildservice-autocommit accepted request 1089653 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- update to 0.9.77:
  * The most notable changes are: some improvements for
    Digest and Basic authorizations, fixed efficiency
    for TLS upgraded connections, fixed processing of folded
    headers in requests, fixed functionality with
    blocking sockets, improved and fixed internal test-suite.
buildservice-autocommit accepted request 1060042 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 25)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1059999 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- update to 0.3.1:
  * vterm-dump specifically emit NUL/CAN/SUB/DEL
  * Optionally emit NUL/CAN/SUB/DEL from parser than
  * Don't bother to emit the unrecognized sequence in DECRQSS
  * erase_internal should only set fg/bg color, resetting others
  * Added vterm_screen_set_default_colors()
  * Delete mk_wcswidth functions as they're unused
  * Also accept DECSGR sequences for superscript/subscript
buildservice-autocommit accepted request 1007736 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 23)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1007734 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 22)
- Update to 0.3.0 (unfortunately, upstream doesn't provide
  correct changelog so this is just log of VCS):
  - Pass lineinfos into screen resize callback; make it
    responsible for reshaping them
  - getchar() into unsigned char in vterm-ctrl.c to avoid
    complaints of comparison signedness (LP1894806)
  - Avoid remaining VLA by bounding the combining-char search to
    the max supported chars per cell
  - Avoid putting a potentially-unbounded VLA on the stack as
    temporary working space for character decode, by using the
    tmpbuffer in on_text instead
  - Set a much larger default out/tmpbuffer size (4096bytes),
    because now a size-constrained caller could make them smaller
  - Permit overriding size of outbuffer / tmpbuffer as builder
    params
  - Create struct VTermBuilder and vterm_build()
  - VTermAllocator field can be const in struct VTerm
  - Store INCDIR directly in .pc file rather than indirecting it
    via PREFIX
  - Version bump to v0.2
  - Selection send and recv should use independent partial-state
    storage
  - Also support sending the selection
  - Replace vterm_push_output_sprintf_dcs with a more generic
    _str version that can independently control introduction C1
    vs terminating ST
  - Add a selection callback for query
  - Don't emit any mouse sequences when mouse reporting disabled
  - Remember to reset mouse flags as part of overall
    vterm_state_reset()
buildservice-autocommit accepted request 790279 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 21)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 20)
Add emergency definition of _make_verbose
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 19)
Add emergency definition of _make_output_sync
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 790274 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 18)
Add an emergency definition of make_build macro for systems where it is not defined.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 789881 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
- All my previous builds were just figments of my imagination,
  and neovim upstream claims one has to use 0.1.3 only. So,
  downgrading.

- Update to 0.1.3+bzr767:
  - Remove debugging print on DECRQSS
  - Regenerate fullwidth.inc for latest Unicode
  - A much more efficient find-wide-chars.pl
  - Accept OSC ... ST without an intermediate semicolon after the
    command number
  - Fix printf argument types (gh#vim/vim#5456)
buildservice-autocommit accepted request 763368 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 763367 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
- Update to 0.1.3+bzr762:
  - Merge bugfixes up to v0.1.3
  - Partial bugfix for uncleared area after resize (thanks Jörg
    Richter)
  - Recognise SGR 8 for conceal (thanks Jörg Richter)
  - Define a new dedicated 'state fallbacks' struct rather than
    abusing the parser callbacks one
  - New string-handling API that streams in possibly-multiple
    fragments
  - Remember to length-check accesses at cell->chars[] because it
    is not necessarily zero-terminated (LP 1846869)
  - fix memory leak of vt->tmpbuffer (LP 1843449)
buildservice-autocommit accepted request 731768 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 14)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 731755 from Martin Liška's avatar Martin Liška (marxin) (revision 13)
- Make build verbose and respect $optflags.
buildservice-autocommit accepted request 731442 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 730249 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
- Update to 0~bzr755:
  - 755 t/run-test.pl option to abort on first fail
  - 754 Accept convenience formatting in ?screen_chars assertions; makes unit
    tests more readable
  - 753 Include test script line number in t/run-test.pl output
  - 752 Add a short unit test that resize on altscreen at least doesn't crash
  - 751 Only enable altscreen during unit tests that need it
  - 750 Better handling of resize to try to avoid the final memmove(), and not
    drag scrollback in unnecessarily
  - 749 Can't lazy-allocate state->lineinfos[BUFIDX_ALTSCREEN] because that
    allocs during byte run
  - 748 Initial hack at tracking 'continuation' marks per line in lineinfo
  - 747 Allow run-test.pl to cope with empty assertion results
  - 746 Be sure to clear DWL/DHL status for blank lines caused by scroll
  - 745 Pass 'state fields' as a struct into resize callback in case of other
    things it needs to edit
  - 744 Remember to store a state->lineinfo array for both buffers
  - 743 Do all the initialising of VTermState in vterm_state_new()
  - 742 Rename realloc_buffer() to just alloc_buffer() since it doesn't need to
    realloc now
  - 741 Rewrite of resize handling logic to hopefully cope much better with
    reflow
  - 739 Recognise an __END__ marker in a unit test file
  - 738 Add a version check macro
  - 737 Bump version to 0.1
  - 736 Recognise SGR 4:3 for curly underline
  - 735 Recognise subparameters in SGR 4:x to set off/single/double
  - 734 Define some enum{} constants for pen.underline field values
  - 733 Run unit tests on outfunc instead of buffering logic; truncation test
    is no longer valid now
buildservice-autocommit accepted request 498871 from Ronan Chagas's avatar Ronan Chagas (Ronis_BR) (revision 10)
baserev update by copy to link target
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by