Re: [Tinycc-devel] Re: global 64-bit variables initialization

2008-11-27 Thread Jerry
I have clone a local copy of tcc from repo. But how to switch to mob branch? Here is what I have tried. [EMAIL PROTECTED] ~/Source Code/tcc $ git-branch mob fatal: Not a valid object name: 'master'. [EMAIL PROTECTED] ~/Source Code/tcc $ git-checkout mob error: pathspec 'mob' did not match any

Re: [Tinycc-devel] Re: global 64-bit variables initialization

2008-11-27 Thread grischka
Jerry wrote: I have clone a local copy of tcc from repo. But how to switch to mob branch? Here is what I have tried. [EMAIL PROTECTED] ~/Source Code/tcc $ git-branch mob fatal: Not a valid object name: 'master'. [EMAIL PROTECTED] ~/Source Code/tcc $ git-checkout mob error: pathspec 'mob'

[Tinycc-devel] Failures ranging from segmentation faults to invalid pointer references while compiling some XCB code

2008-11-27 Thread Mailing List Recipient
I'm currently working on a [small, personal] project whose goal is to keep everything as small as possible, and to this effect I recently switched from using Xlib to XCB as the interface library I was using. Some reading and experimentation later, I pasted in a basic XCB program to get an idea of