Package estrlist: Information

    Source package: estrlist
    Version: 0.8-alt1
    Build time:  Jan 28, 2026, 05:34 PM
    Report package bug
    License: MIT
    Summary: estrlist - string operation utility
    Description: 
    String operation utility (Rust implementation).

    List of RPM packages built from this SRPM:
    estrlist (loongarch64)
    estrlist-debuginfo (loongarch64)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Vitaly Lipatov

      1. rpm-build-rust

    Last changed


    Jan. 23, 2026 Vitaly Lipatov 0.8-alt1
    - add Rust implementation (estrlist-rs)
    - spec: build Rust version using rpm-build-rust
    - change license to MIT
    - pack shell estrlist as estrlist.sh
    - estrlist.sh: optimize difference, containts, intersection
    - estrlist.sh: filter_strip_spaces: fix reading input without trailing newline
    - install estrlist-rust as estrlist (with fallback to estrlist)
    Jan. 9, 2026 Vitaly Lipatov 0.7-alt1
    - estrlist: add new verbs: first, last
    - estrlist: add new verbs: firstupper, tolower
    - estrlist: optimize first and last, remove forks
    - estrlist: optimize count, remove fork to wc
    - estrlist: fix contains to use exact word matching
    - estrlist: rename strip_spaces to strip and optimize it
    - estrlist: fix glob expansion in word list functions
    - estrlist: optimize reg_exclude, reg_wordexclude, reg_include
    - estrlist: add reg_wordinclude, fix reg_include to match ^pattern$
    - estrlist: fix contains to handle tabs and newlines
    - estrlist: has_space now checks all whitespace
    April 8, 2024 Vitaly Lipatov 0.6-alt1
    - estrlist: print out only to stderr if error
    - estrlist: add contains