Browse Source

Version 0.61

master
Patrick Foubet 3 days ago
parent
commit
06dba82ec7
42 changed files with 42 additions and 42 deletions
  1. +1
    -1
      src/conf.h
  2. +1
    -1
      src/debug.c
  3. +1
    -1
      src/debug.h
  4. +1
    -1
      src/dev.c
  5. +1
    -1
      src/dev.h
  6. +1
    -1
      src/err.c
  7. +1
    -1
      src/err.h
  8. +1
    -1
      src/foncs.c
  9. +1
    -1
      src/foncs.h
  10. +1
    -1
      src/gplot.c
  11. +1
    -1
      src/gplot.h
  12. +1
    -1
      src/help.c
  13. +1
    -1
      src/help.h
  14. +1
    -1
      src/histo.c
  15. +1
    -1
      src/histo.h
  16. +1
    -1
      src/i2c.c
  17. +1
    -1
      src/i2c.h
  18. +1
    -1
      src/lib.c
  19. +1
    -1
      src/lib.h
  20. +1
    -1
      src/libmath.c
  21. +1
    -1
      src/libmath.h
  22. +1
    -1
      src/libmathc99.c
  23. +1
    -1
      src/mth.c
  24. +1
    -1
      src/mth.h
  25. +1
    -1
      src/net.c
  26. +1
    -1
      src/net.h
  27. +1
    -1
      src/nife.c
  28. +1
    -1
      src/nife.h
  29. +1
    -1
      src/scs.c
  30. +1
    -1
      src/scs.h
  31. +1
    -1
      src/stackC.c
  32. +1
    -1
      src/stackC.h
  33. +1
    -1
      src/stackF.c
  34. +1
    -1
      src/stackF.h
  35. +1
    -1
      src/stackL.c
  36. +1
    -1
      src/stackL.h
  37. +1
    -1
      src/stackN.c
  38. +1
    -1
      src/stackN.h
  39. +1
    -1
      src/stackV.c
  40. +1
    -1
      src/stackV.h
  41. +1
    -1
      src/tasks.c
  42. +1
    -1
      src/tasks.h

+ 1
- 1
src/conf.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/debug.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/debug.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/dev.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/dev.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/err.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/err.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/foncs.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/foncs.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/gplot.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/gplot.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/help.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/help.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/histo.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/histo.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/i2c.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/i2c.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/lib.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/lib.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmath.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmath.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/libmathc99.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/mth.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/mth.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/net.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/net.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/nife.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/nife.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/scs.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/scs.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackC.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackC.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackF.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackF.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackL.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackL.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackN.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackN.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackV.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/stackV.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/tasks.c View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
src/tasks.h View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2011-2022 Patrick H. E. Foubet - S.E.R.I.A.N.E.
/* Copyright (C) 2011-2024 Patrick H. E. Foubet - S.E.R.I.A.N.E.


This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


Loading…
Cancel
Save