Show patches with: Submitter = Al Viro       |   32 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
Braino in attribute_packed() - - - --- 2009-03-11 Al Viro Mainlined
Sanitize pointer() - - - --- 2009-03-11 Al Viro Mainlined
Don't mix storage class bits with ctype->modifiers while parsing type - - - --- 2009-03-11 Al Viro Mainlined
Simplify get_number_value() and ctype_integer() - - - --- 2009-03-11 Al Viro Mainlined
Fix __label__ handling - - - --- 2009-03-09 Al Viro Mainlined
Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOL - - - --- 2009-03-09 Al Viro Mainlined
Fix enumeration constants' scope beginning - - - --- 2009-03-09 Al Viro Mainlined
[18/18] Restore __attribute__((mode)) handling - - - --- 2009-03-09 Al Viro Mainlined
[17/18] Pass decl_state down to ->attribute() - - - --- 2009-03-09 Al Viro Mainlined
[16/18] Pass decl_state down to ->declarator() and handle_attributes() - - - --- 2009-03-09 Al Viro Mainlined
[15/18] Clean up and split declaration_specifiers() - - - --- 2009-03-09 Al Viro Mainlined
[14/18] Have ->declarator() act directly on ctype being affected - - - --- 2009-03-09 Al Viro Mainlined
[13/18] Rewrite and fix specifiers handling - - - --- 2009-03-09 Al Viro Mainlined
[12/18] Saner type for __builtin_va_list - - - --- 2009-03-09 Al Viro Mainlined
[11/18] Take the rest of specifiers to parse.c - - - --- 2009-03-09 Al Viro Mainlined
[10/18] preparations to ->declarator() cleanup - separate typedef handling - - - --- 2009-03-09 Al Viro Mainlined
[9/18] Fix handling of typedefs with several declarators - - - --- 2009-03-09 Al Viro Mainlined
[8/18] Take the rest of storage class keywords to parse.c - - - --- 2009-03-09 Al Viro Mainlined
[7/18] Fix regression created by commit af30c6df74f01db10fa78ac0cbdb5c3c40b5c73f - - - --- 2009-03-09 Al Viro Mainlined
[6/18] Propagate decl_state to declaration_specifiers() - - - --- 2009-03-09 Al Viro Mainlined
[5/18] Separating ctype and parser state, part 1 - - - --- 2009-03-09 Al Viro Mainlined
[4/18] Sanitize direct_declarator logics - - - --- 2009-03-09 Al Viro Mainlined
[3/18] Fix braino in which_kind() - - - --- 2009-03-09 Al Viro Mainlined
[2/18] Don't mess with passing symbol to declarator/direct_declarator - - - --- 2009-03-09 Al Viro Mainlined
[1/18] Leave applying attributes until we know whether it's a nested declarator - - - --- 2009-03-09 Al Viro Mainlined
[7/7] Apply attributes after ( to the right place - - - --- 2009-02-14 Al Viro Mainlined
[6/7] Warn about non-empty identifier list outside of definition - - - --- 2009-02-14 Al Viro Mainlined
[5/7] more direct_declarator() sanitizing - - - --- 2009-02-14 Al Viro Mainlined
[4/7] Fix attribute/asm handling - - - --- 2009-02-14 Al Viro Mainlined
[3/7] More nested declarator fixes - - - --- 2009-02-14 Al Viro Mainlined
[2/7] Separate parsing of identifier-list (in K&R-style declarations) - - - --- 2009-02-14 Al Viro Mainlined
[1/7] Fix handling of ident-less declarations - - - --- 2009-02-14 Al Viro Mainlined