소스 검색

Version 0.61

master
Patrick Foubet 1 년 전
부모
커밋
06dba82ec7
42개의 변경된 파일42개의 추가작업 그리고 42개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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


불러오는 중...
취소
저장