search for: raynal

Displaying 2 results from an estimated 2 matches for "raynal".

2006 May 15
0
Ottawa Asterisk User Group Kickoff - Wed -- May 17 -- 5:00
...45.338 09,-75.702925&spn=0.024736,0.085144&om=1 <http://maps.google.com/maps?f=q&hl=en&q=6+gurdwara+road+ottawa&ll=45.33 809,-75.702925&spn=0.024736,0.085144&om=1> steve lecomte (613) 686-6609 steve@iotum.com <mailto:steve@iotum.com> julian raynal (613) 686-6605 julienr@iotum.com <mailto:julienr@iotum.com> www.iotum.com www.iotum.com/simplyrelevant/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060515/41735375/...
2020 Sep 09
17
[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
fallthrough to a separate case/default label break; isn't very readable. Convert pseudo-keyword fallthrough; statements to a simple break; when the next label is case or default and the only statement in the next label block is break; Found using: $ grep-2.5.4 -rP --include=*.[ch] -n "fallthrough;(\s*(case\s+\w+|default)\s*:\s*){1,7}break;" * Miscellanea: o Move or coalesce a