Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend #2

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Backend #2

wants to merge 8 commits into from

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    a6684b4 View commit details
    Browse the repository at this point in the history
  2. Backmerge trunk

    choroba committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3302f78 View commit details
    Browse the repository at this point in the history
  3. Load known backends into btred

    This makes the -B option less needed and increases the DWIM-ness of
    btred.
    choroba committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8c38c61 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    149fc17 View commit details
    Browse the repository at this point in the history
  2. Hack btred to load default macros after tredmacro cleanup

    This should make ntred work again after all these years.
    choroba committed May 22, 2024
    Configuration menu
    Copy the full SHA
    48948d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Suppress redefined warnings

    choroba committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    006d442 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    190f06b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Prevent closing STDIN when reading a filelist from it

    It later caused the warning
    
      Filehandle STDIN reopened as $fh only for output at
      tred_refactored/tredlib/Filelist.pm line 182.
    
    which was confusing.
    choroba committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    118377a View commit details
    Browse the repository at this point in the history