Esplora i log in modo ordinato: filtri per tipo/anno, ricerca testuale e dettaglio commit revisionato.

2100File Totali
2088Log SVN
12ChangeLog Git
2100Risultati Filtrati

Dettaglio

2023.08.03.Log2054.txt

📄SVN 📅2023-08-03 💾691 B 0 Entry parsate CON BUILD
📦 Nessuna revisione SVN parsata. Mostro il contenuto raw sotto.
Contenuto Raw
commit ce151641b476d3376e503d0dc23e5ad31ab42b05
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date:   Thu Aug 3 22:05:47 2023 +0200

    Audiolib: Replace remaining instances of MV_Printf with LOG_F

commit 87a6cc7f1910ffe8272a8099979cb8f7886a435e
Author: Dino Bollinger <dino.bollinger@gmail.com>
Date:   Thu Aug 3 18:17:41 2023 +0200

    Engine: Replace all instances of strtok() with Bstrtoken()
    
    Because this function stores state statically, using it in a loop
    with NULL as argument can result in unexpected behavior when another
    function in the loop invokes strtok() with a different buffer as argument.

See https://voidpoint.io/terminx/eduke32 for more details.