lp:smallerc

Owned by stsp
Get this repository:
git clone https://git.launchpad.net/smallerc

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/stsp/SmallerC.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-28 16:57:14 UTC
Merge branch 'master' of https://github.com/alexfru/SmallerC

Author: stsp
Author Date: 2024-04-28 16:57:14 UTC

Merge branch 'master' of https://github.com/alexfru/SmallerC

warns 2024-04-13 08:19:06 UTC
smlrc: fix wrong gcc warning

Author: stsp
Author Date: 2024-03-30 06:43:55 UTC

smlrc: fix wrong gcc warning

/home/stas/src/SmallerC/v0100/smlrc.c: In function 'exprval':
/home/stas/src/SmallerC/v0100/smlrc.c:3934:23: warning: array subscript -1 is below array bounds of 'unsigned char[3072]' [-Warray-bounds=]
 3934 | if (SyntaxStack0[*ExprTypeSynPtr] == tokStructPtr && !GetDeclSize(*ExprTypeSynPtr, 0))
      | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/home/stas/src/SmallerC/v0100/smlrc.c:679:15: note: while referencing 'SyntaxStack0'
  679 | unsigned char SyntaxStack0[SYNTAX_STACK_MAX];
      | ^~~~~~~~~~~~

Make it clear with assert() that *ExprTypeSynPtr is not negative here.

env 2024-03-29 17:19:47 UTC
add checks for missing and empty environment

Author: stsp
Author Date: 2024-03-14 06:28:55 UTC

add checks for missing and empty environment

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers