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

m4 #92

Closed
wants to merge 216 commits into from
Closed

m4 #92

wants to merge 216 commits into from

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    978e5b0 View commit details
    Browse the repository at this point in the history
  2. m4: Add README

    kellpossible committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b1c4f23 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

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

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    0da19f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab112a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    af1b195 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d8745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fe7c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    e91f809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a757c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89e5ee4 View commit details
    Browse the repository at this point in the history
  4. m4: Add recursion limit

    kellpossible committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3fb8776 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e5a6c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d773fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    624c196 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    2babef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d8118 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    b0144ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c3cff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    c0b0b1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f3ce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da7790d View commit details
    Browse the repository at this point in the history
  4. m4: Add assert to test

    kellpossible committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a8880fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4151e04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f86e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8719ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    726e372 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d46848 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    f565a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9a9ad View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    ecc14ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86f34b View commit details
    Browse the repository at this point in the history
  3. m4: Reformat code

    kellpossible committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d62ec77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    229e1a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f38b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f77c75f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    628873f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fbff29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7d8cfc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b5ca22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    855d5f0 View commit details
    Browse the repository at this point in the history
  12. m4: Reformat code

    kellpossible committed May 5, 2024
    Configuration menu
    Copy the full SHA
    3473c7a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. m4: Work in progress fixing of parsing brackets inside macro argument…

    …s (there are failing tests because of this)
    kellpossible committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c20cb2b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e6c4e89 View commit details
    Browse the repository at this point in the history
  2. m4: Remove unused code

    kellpossible committed May 7, 2024
    Configuration menu
    Copy the full SHA
    13db11e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293545d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6915f85 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 11, 2024

  1. m4: Tests for dnl macro

    kellpossible committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7ea4749 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    674aec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8d3f5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    c83ab73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0f823 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    450f1e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d34fd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    8a287f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff858b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22748b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b02f8c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    005a670 View commit details
    Browse the repository at this point in the history
  2. m4: Update snapshot test

    kellpossible committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0e8d338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78afcf9 View commit details
    Browse the repository at this point in the history
  4. m4: Use different format for snapshots, no json now.

    - New format for integration test snapshots.
    - Refactored integration tests.
    - New utility in Rust to replace bash script, much nicer!
    kellpossible committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0dd85b9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    0dfdd0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c724d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5babc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06dc83b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    757b871 View commit details
    Browse the repository at this point in the history
  6. m4: include macro

    Needed to remove the generics STDOUT and STDERR because I am sometimes
    writing to buffer sometimes to file, and it's not seeming very ergonomic
    to keep all of these together in a tree. We can add this back again
    later if performance requires.
    kellpossible committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5dc0359 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bc55c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b46e7f6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    f9d3f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85453f8 View commit details
    Browse the repository at this point in the history
  3. m4: Fix bug in changecom

    kellpossible committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bc81597 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3e6d4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd7f146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bddc27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97847a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c2911b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    458252b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e7dc56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743abb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d43836 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a259c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    75593ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1daecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9fa9e3 View commit details
    Browse the repository at this point in the history
  4. m4: Updated define test

    kellpossible committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a9c5d37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a5134e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2fb9b5c View commit details
    Browse the repository at this point in the history
  7. m4: Major progress on the evaluate() function I think, making it more…

    … iterative, just some minor formatting issues it seems
    kellpossible committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dd5b053 View commit details
    Browse the repository at this point in the history
  8. m4: Improved integration tests

    Added a test for define with underscore in the name which currently
    enters an infinite loop because the underscore isn't considered part of
    the macro name in the initial parse.
    kellpossible committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9678a5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea742d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15ccbbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5a4922 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    545e615 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e021fe View commit details
    Browse the repository at this point in the history
  14. m4: Add shift macro

    kellpossible committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f3a805d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    944d17f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    863b91c View commit details
    Browse the repository at this point in the history
  3. m4: Added recurse test

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3cd3569 View commit details
    Browse the repository at this point in the history
  4. m4: Update test snapshot

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3b87ab7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc317e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    713d440 View commit details
    Browse the repository at this point in the history
  7. m4: Updated define test

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5725593 View commit details
    Browse the repository at this point in the history
  8. m4: Updated shift test

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    efb4e30 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37ea91c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2328dac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2900961 View commit details
    Browse the repository at this point in the history
  12. m4: Update define test

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    de1c053 View commit details
    Browse the repository at this point in the history
  13. m4: Update define test

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e669f50 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    456d7c6 View commit details
    Browse the repository at this point in the history
  15. m4: Updated tests

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    52bec8a View commit details
    Browse the repository at this point in the history
  16. m4: Updated tests

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    05952f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    982abf9 View commit details
    Browse the repository at this point in the history
  18. m4: Another comment

    kellpossible committed May 29, 2024
    Configuration menu
    Copy the full SHA
    880cf81 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8776405 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    73c544b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c47dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    870b41a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ffc5cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c36b7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48358ef View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. m4: Add initial version of eval macro

    Uses an operator precedence function taken from an open PR to the nom
    project
    kellpossible committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d6f009c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    a000b12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683468f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a182efd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abcfc71 View commit details
    Browse the repository at this point in the history
  5. m4: Add len macro

    kellpossible committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    62ed990 View commit details
    Browse the repository at this point in the history
  6. m4: Add index macro

    kellpossible committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3bc55f5 View commit details
    Browse the repository at this point in the history
  7. m4: Add ifdef macro

    kellpossible committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9c6d0c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a64b7f8 View commit details
    Browse the repository at this point in the history
  9. m4: Work in progress add expect_error argument for integrationt tests…

    … to ignore mismatch between stderr output
    kellpossible committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4e7bbc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89cd677 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6377563 View commit details
    Browse the repository at this point in the history
  12. m4: Add translit macro

    kellpossible committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4d8518b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13e131d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    4ec4c4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5446267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd979fa View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. m4: Updated dnl test

    kellpossible committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e6a6401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c14ac6 View commit details
    Browse the repository at this point in the history
  3. m4: Add substr macro

    kellpossible committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    02be7d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab7569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4c29b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae74447 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b5fb880 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38866ac View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    3b324c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a46e0d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed5afe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee3d5bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df8f1ef View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    98152e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfa3f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    233311d View commit details
    Browse the repository at this point in the history
  2. m4: Fix broken test

    kellpossible committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3b45b90 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 28, 2024

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

Commits on Jun 29, 2024

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

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    0f4eaf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    538612b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca4506b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53f77bd View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    0193ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b18526 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89554f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64380fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbdb320 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    fc08efa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93123d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efe1840 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42d0b3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0083f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9371cdc View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    1a37415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37eadc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7dd8c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    d6d843d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1333002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fbc9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd4138 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    676a8b8 View commit details
    Browse the repository at this point in the history
  6. m4: Bug comment

    kellpossible committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c5b3765 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    453a236 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    e8886d6 View commit details
    Browse the repository at this point in the history
  2. m4: Add maketemp macro

    kellpossible committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b7b0376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    095c3f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ffb17 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    197fc00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    325896f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    797f71f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e04a55d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52eb1fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df8006a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a755990 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    278ac08 View commit details
    Browse the repository at this point in the history
  13. m4: more notes on bug

    kellpossible committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b0508a3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    01bb99f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f879479 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2d1bbd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4274b36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    defb040 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    49f32bf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a53c62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3f094e9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df43bad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    78b3dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7684b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f02dc View commit details
    Browse the repository at this point in the history